Autoclose property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 11:50 PM
Hi All,
After any incident gets resolved, it gets closed after 6 days.
How this setting is made in ServiceNow?
By using system properties?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 12:21 AM
Hi @BharatiK ,
ServiceNow provides an OOB BR for automatically closing incidents after they have been in the Resolved.
Navigate to Business Rules:
Go to System Definition > Business Rules.
Name > incident autoclose.
"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"
Thanks & Regards,
Barath.P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 12:28 AM - edited 02-08-2025 12:28 AM
Hello @BharatiK
Yes, it is controlled through "glide.ui.autoclose.time" system property
Please refer:
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 03:04 AM
Hello @BharatiK
The number of days after which an incident is automatically closed is stored in a system property.
To configure this setting:
- Navigate to the System Properties (sys_properties) table.
- Search for the property "glide.ui.autoclose.time".
- Modify its value as needed.
- This property is referenced in the "incident autoclose" business rule, which defines the auto-closure logic.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 05:30 AM
Hello @BharatiK
Check out this video
https://youtu.be/vb_kO5X-Asc?si=9o7jzlIdeWdIg-x2
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.