- 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
07-11-2023 12:58 AM
Hi,
Please check if there is a role based restriction which controls the 'Reopen' button visibility.
Regards,
Munender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 01:06 AM
Where should I check role based restrictions?
I checked reopen incident ui action but there is no restrictions.
(Reopen action coming from widget side)
Even admin cant see the reopen action.
- 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
07-11-2023 01:59 AM
I have checked the script include and it is matching incident condition still reopen action not visible.
- *Even in personal development instances we cant see that button when incident resolved.