-
Notifications
You must be signed in to change notification settings - Fork 683
Incident escalation and notifications #1540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incident escalation and notifications #1540
Conversation
Business Rule with Conditions and Script Logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this repository is clearly not a best practise library, ther are few easy changes in your code that code make it less prone to error. Have a look and let us know your thoughts.
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the code
Business Rules/Auto Incident Notification and Escalation/incident_notification.js
Outdated
Show resolved
Hide resolved
Thanks for your updates! |
This code demonstrates how to implement a complex Business Rule for incident escalation and notification in ServiceNow. The Business Rule escalates incidents based on priority and time elapsed since creation, notifies the assigned group and incident manager, reassigns the incident to a higher support group if the SLA is breached, and logs all actions taken for auditing purposes.