Hi SOAR Engineer,
As far as I am aware you can't remove the reopen incident as an option from the customers view (one of the IBMer's might be able to confirm that?). The 4 items at the bottom of the actions menu are system controlled. What you can do however is restrict them, so for example to stop a customer reopening of an incident,
1) Create a script with the following:
if not groups.findByName("<Group name of your choice>"):
helper.fail("You're not authorised to re-open an incident")
The group name of your choice above just needs to be replaced with the group that can reopen an incident, either a group you already have or create within the groups of the SOAR admin.
2) Create an automatic rule with is set to object type incident, and then add a condition, select the status field and is not equal to closed, with add an activity to run a script you created in step 1 above.
Now when a customer attempts to reopen an incident the rule will fire, if the ID they are logged on with is not in the right group, they'll get message from the helper.fail and the incident won't be re-opened, if they are of course the incident will simply be re-opened.
Hope this helps.
Colin
------------------------------
Colin Mattholie
------------------------------
Original Message:
Sent: Wed July 12, 2023 12:55 PM
From: SOAR Engineer
Subject: Reopen Incident
Hello ,
1. Once the incident is closed, reopen incident option shouldn't be available at incident action level.
2. The reopen incident option used only be available up on approval.
Please suggest.
------------------------------
SOAR Engineer
------------------------------