How to autoclose incident after 3 business days

Gopal14
Tera Contributor

Hi,

 

How to autoclose incident after 3 business days Exclude weedends

2 REPLIES 2

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @Gopal14 ,

ServiceNow has OOB BR on incident table "incident autoclose". You will have to make use of schedule to exclude weekend and then calculate days. Make the modification in existing BR.


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

David Whaley
Mega Sage

Try the following,

 

Change the system property to 3 days,

DavidWhaley_0-1670523115311.png

 

Create a weekday calendar for Monday - Friday if one does not already exist. https://YOURINSTANCE.service-now.com/now/nav/ui/classic/params/target/sys_calendar_list.do

 

There is a scheduled job (System Scheduler -> Scheduled Jobs) named Autoclose Incidents update this job with your weekday calendar

 

DavidWhaley_2-1670523194588.png