- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 12:13 AM - edited 07-11-2023 12:14 AM
Hello team,
I am not able to see reopen button under actions of incident in esc portal.
we can only see close action even though reopen action has been declared in oob script line 41.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 01:37 AM
Hi, check that IncidentUtils script include that have the function Canreopenincident
Make sure your incident satisfies the condition in there
ServiceNow Consultant
United Kingdom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 09:32 AM
By default the reopen incident is available only for es users (users with no role)
To solve you issue:
Go to IncidentUtils script include
Under
/***************Custom changes****************/
Add you custom code: in my case i deleted the role restriction
see below