Reopen Incident button missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:22 AM
Hello - Any idea where reopen incident button should appear when you open resolved incidents? on portal or fulfiller side? Because i do not see it on resolved incident.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:35 AM
Navigate to UI action and check for reopen incident and check the condition and only under that condition only reopen button will be shown to the user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:49 AM
That says it will only appear when user has not roles, does that means Reopen Incidents button will appear on Service Portal? Here's the code from script include referenced by that ui action:
canReopenIncident : function(current){
return current.incident_state == IncidentState.RESOLVED && !gs.getUser().hasRoles() && !this._isMajorIncident(current);
},
If a user has no roles, how can they see the incident?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 08:51 AM
If a user has no roles, how can they see the incident?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 02:07 AM
Same question for me.