- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 06:56 AM
I have a requirement for incidents with a particular CI selected to not auto close
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 07:46 AM
update the OOTB business rule with the encodedQuery to skip particular CIs
Line 31 I added
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
05-15-2025 07:13 AM - edited 05-15-2025 07:51 AM
Hi @Gary Larsen
In that case there is usually OOTB business rule "Incident autoclos" which closes incident after 5 days of resolution, based on system property 'glide.ui.autoclose.time' value. So in this script, you can add filter to not consider those incidents with specific CI's.
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 07:30 AM
Hi @Gary Larsen
You need to modify the "Incident autoclose" business rule for your requirement. Please check the below KB article for additional details
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0552820
Thanks,
Dinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 07:46 AM
update the OOTB business rule with the encodedQuery to skip particular CIs
Line 31 I added
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
05-16-2025 12:26 PM
I tried this with no luck