Skip to content

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

Conversation

MYaswanth28
Copy link
Contributor

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.

@Lacah Lacah self-assigned this Oct 29, 2024
Copy link
Contributor

@Lacah Lacah left a 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.

@Lacah Lacah removed their assignment Oct 29, 2024
Copy link
Contributor Author

@MYaswanth28 MYaswanth28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the code

@Lacah
Copy link
Contributor

Lacah commented Oct 29, 2024

Thanks for your updates!

@Lacah Lacah self-assigned this Oct 29, 2024
@Lacah Lacah merged commit ea95bcc into ServiceNowDevProgram:main Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants