You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Change Request hasn't been moved to "Assess" state within 48 hours of submission,
2
+
automatically send a reminder and log escalation task.
3
+
This is a hybrid of a Business Rule + Scheduled Job (or Flow).
4
+
This code sets up an automated escalation process for change requests in ServiceNow. When a new change request is created, it schedules a job to run after 48 hours using a `sys_trigger`.
5
+
If the change is still in the "New" state at that time, the Script Include sends a notification event and creates an escalation task assigned to the Change Management group. This ensures timely review and prevents unattended change requests.
0 commit comments