- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Currently, the auto close system setting for Incidents is set at 7 days. How can I update this to 3 Business days? I think If I change this to 3, it may not be business days. See attached.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @Menalik,
You’re right: the standard Incident auto‑close setting is in calendar days, not business days, so simply changing it from 7 to 3 will close after 3 elapsed days, including weekends.
I would recommend:
- Set the OOTB property to 0 or disable the default BR if your governance allows.
- Implement a schedule‑aware scheduled job for 3 business days.
- Test first in sub‑prod to validate that it behaves exactly as expected over weekends and holidays.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @Menalik,
You’re right: the standard Incident auto‑close setting is in calendar days, not business days, so simply changing it from 7 to 3 will close after 3 elapsed days, including weekends.
I would recommend:
- Set the OOTB property to 0 or disable the default BR if your governance allows.
- Implement a schedule‑aware scheduled job for 3 business days.
- Test first in sub‑prod to validate that it behaves exactly as expected over weekends and holidays.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Thanks! I'll try this method.
