Who can close the incident?

ayano
Giga Guru

Who or which role can manually change the incident from Resolved to Closed?

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

Please check the UI action condition of Resolve

new global.IncidentUtils().canResolveIncident(current)

Please check UI action condition for Close Incident

new global.IncidentUtils().canCloseIncident(current)

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

12 REPLIES 12

Raghu Ram Y
Kilo Sage

Hi @ayano

Incident will close automatically there is no need of manual work,

OOB we are having a business rule, i.e., incident autoclose based on this business rule incidents close automatically.

@ayano have you gone through my suggestion?

If my response was helpful then please mark it as "CORRECT and HELPFUL" so that it will be helpful for future readers.

Blobbo
Tera Contributor

Any agent (itil role)  can close an INC. Closed is hidden in the UI for all but itil_admin 
But this is easy to work around. 
Create an INC template with "State=Closed"
Apply  the template to an INC. Bingo, state is now set, just save the INC. 
It's not advisable to skip the state resolved, as resolving triggers notifications, esp to the customer.