Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 10:02 AM
In event management settings closing alerts was set to resolve incidents automatically but i see no incidents getting resolved though the alert is closed?
Solved! Go to Solution.
Labels:
- Labels:
-
Event Management
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 12:38 PM
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 08:34 AM
The name of BR is
Close associated incident | Business Rule | ServiceNow (service-now.com)
existing condition :
((previous.state != 'Closed' && current.state == 'Closed')||(previous.severity != '5' && current.severity == '5') ||(previous.severity != '0' && current.severity == '0')) && current.incident !='NULL' && current.incident !='' && current.incident !=null
which translates to
      If Alert gets closed or
       if Alert severity changes to either OK or Clear
      AND
incident is not empty.