Send notifications when Incident is not updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 09:32 AM
Hi Team,
What I am basically looking for is to send notifications to users to whom an incident is assigned when the ticket is not updated for 5 days.
Also, please tell me how to include the manager of the user to whom the incident is assigned ('assigned to').
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 09:54 AM
Hello @Manasa Allu
You should be able to accomplish this with a scheduled script execution that executes every day. In the script query the Incident table for records that are assigned and sys_updated_on is greater than 5 days. You can then create an event in the event queue and pass in the Incident record, assigned to and the assigned to manager. You can trigger your notification off of the event being generated.
Thanks,
Joe S.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 12:11 PM - edited 05-29-2023 12:12 PM
Hello @Manasa Allu,
The simple way is to create an inactivity monitor with the required conditions and enable OOB notification "Incident Inactivity for ITIL" and configure "Who will receive" section.
Steps to configure Inactivity Monitor:
- Navigate to "System Policy > SLA > Inactivity Monitors".
- Click on "New" and populate necessary fields.
Click on update. (For testing purposes, set the Wait field value to 1 minute).
- Now Navigate to "System Notification > Email > Notifications".
- Search for "Incident Inactivity for ITIL" and open it.
- Enable the "Active" field if not done before.
- Goto "Who will receive" section.
- Unlock "Users/Groups in fields".
- Select "Assigned to" field and click on "+" icon to expand the "Assigned to" field.
- Select "Manager" and move it to right side box.
- Click on lock icon.
- Update the notification.
That's it. It will send notification to "Assigned to"of incident and their Manager when there is no update on the incident for the specified duration.
Kindly mark it as Correct Answer if my reply resolves your issue. Also mark as Helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 06:52 PM
Hi,
How to configure this in Inactivity Monitor that if the ticket is assigned and State is not changed to any value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 04:58 AM
is there a way dto do it with a business rule and showing progress bar in the ihm?