Send notification to assignee if incident is in active state for 10 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 08:40 AM
Hello ,
I want to Send notification to assignee if incident is in active state for 10 days
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 09:46 AM
You can probably use a flow designer for this.....trigger it when the state changes to active and then add a Timer of 10 days. The timer will moves to next step after 10 days, where you check if state is still active, then trigger the notification to the assignee.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 10:15 AM
@harry24 You can write a scripted scheduled job which will run daily and fetch those incidents which were created before 10 days and are still in active state. Trigger the notification via gs.eventQuery('event name', gr, 'param1','param2');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 08:58 PM
Can you please help me with the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 09:13 PM
Hi Harry,
Try using below script and modify the query according to your script