- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 02:18 AM
Hi,
I need to set a rule for auto closing RITMs after 3 days of resolving. Below is the BR i am using. Please let me know why is it not working.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:20 AM
Hi,
Have you created the schedule job to trigger your script?
Like below:
Navigate to sys_trigger table list and search for Autoclose Incident job.
replace name of your BR in the Job Context.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 02:38 AM
Hi @Sarabjeet1
RITM will get auto closed once the related Catalog task get closed. Not sure why you are writing BR to close after 3 days.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:45 AM
RITM is not something like INC which will get closed after resolution. RITM is regarding fulfilling a request.
RITM can set to close complete once all catalog tasks are completed. If this is not happening then write your custom logic
You should implement this as RITM OOB doesn't show the close or resolve state values.
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
01-05-2024 02:17 AM
Hi Ankur,
Thanks for your response but RITM states are customized as per requirement and auto closing them after 5 days of moving it to resolved is also a part of requirement.