- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 05:35 AM
Hello Community,
In employee portal after submit incident form under the action menu 3 options should appear like resolve ,close & reopen but it's only showing resolve and close. how to appear reopen button under action menu?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:09 AM
Hi @Shrabanti
If you look at the Reopen Incident button, you will find it works only in Resolved state and for users who doesn't have any role, which most probably will be caller.
Try impersonating a user with no role and check
The code sits whin IncidentUtilsSNC script include, check for yourself
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 05:45 AM
Hi @Shrabanti ,
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
11-28-2023 06:09 AM
Hi @Shrabanti
If you look at the Reopen Incident button, you will find it works only in Resolved state and for users who doesn't have any role, which most probably will be caller.
Try impersonating a user with no role and check
The code sits whin IncidentUtilsSNC script include, check for yourself
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:30 AM
Do you have any followup, if not please mark the response as correct, so it ends up in solved queue and help others looking for same questions
Aman Kumar