Update Incident autoclose to 3 business days

Menalik
Tera Expert

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.

1 ACCEPTED SOLUTION

fknell
Kilo Patron

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!

View solution in original post

2 REPLIES 2

fknell
Kilo Patron

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!

Menalik
Tera Expert

Thanks! I'll try this method.