- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 09:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 09:38 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 04:18 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 03:39 AM
If my response was helpful then please mark it as "CORRECT and HELPFUL" so that it will be helpful for future readers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 02:50 AM
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.