Reopen stuck Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 05:33 AM - edited 07-16-2025 05:41 AM
Hi Team,
My requirement is to set the state to open if the ticket is in work in progress state for more then 15 minutes (doesn't close) when a ticket is assigned to automation.
I have written a schedule job which works but resets the ticket to open state before 15 minutes. I assume it is because of the "Repeat Interval" that has been set for 2 minutes. (Runs periodically).
Can you please assist on this. The task can be created anytime so based on that the scheduled job should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 05:15 AM
yes it's the time when State Changes to WIP, that's what is mentioned in my earlier response
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 05:54 AM
You can create a flow with trigger as state change to WIP. Use wait for duration action then reassign or end the flow according to your need.