Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Incident Auto close issue

SNOW User8
Giga Guru

Hello All,

We have the default Scheduled job &   business rule to auto close the silent "Resolved" incident after 3 days.

It's working fine for all users except one user.

We tried to find out the exact issue, but scheduled job and business rules are fine & running daily.

What is the problem behind this?

Could anyone help me with this?

Regards,

Anna.

13 REPLIES 13

Gurpreet07
Mega Sage

Yes you can, its just requires a small change in the incident state filter. Modify addQuery to consider Awaiting User info records instead.


gr.addQuery('incident_state', IncidentState.RESOLVED);


Sorry to be a pain, but where would i find this? Is it possible to give me a screenshot of this?



Thanks,


Zubaid


Hi Gurpreet,



Are you referring to the below:



find_real_file.png


Gurpreet07
Mega Sage

Right click on incident state label and configure choice list. There you should be able to find out backend values for all choice labels.