Implement Incident auto close functionality with different rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 05:10 AM
Hi all,
ServiceNow have an OOB auto closure functionality but unfortunately is not applicable, for example, if we need to have different auto close rules for different domains and/or departments. Additionally, is not applicable also if we need to apply a scheduler (business days/hours, holidays).
How can we apply different auto close rules based on the incident fields (domain, company, caller, category, channel, etc.)? The objective is to have multiples auto close rules for different scenarios and clients (we have domain separated instance).
Rules examples:
If an incident is created from a monitoring system (channel = Monitoring), the auto close should be applied after 1 day with schedule 24x7.
If an incident is created from an end user from company A, the auto close should be applied after 3 days with schedule 8x5 weekdays.
If an incident is created from an end user from company B, the auto close should be applied after 5 days with schedule 24x7.
Any idea on how to implement this logic in a way that can be managed by configuration?
Thanks and best regards,
PV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 05:51 AM
you can modify the OOB auto close BR and handle the logic for different scenarios.
This cannot be done with simple configuration and complex script will be required.
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
11-06-2024 01:55 AM
Thank you for marking my response as helpful.
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
11-05-2024 06:01 AM
Hi @Paulo Vilares ,
In same Autoclose BR you can add these condition and set the number of business days along with schedule. For example.
1. if channel = Monitoring then set autoclose day =1 and add 24x7 schedule to calculate the business days.
2. if Company=A then set autoclose day =3 and add 8x5 weekdays schedule to calculate the business days. and so on you can add many you want.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------