- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-03-2023 01:03 AM
hi,
is there a possibility in xsoar to prevent an incident from being closed if certain conditions are not met? I would like to implement in incident workflow where one part is executed automatically and the other by the analyst, then if certain fields are not valorised prevent the closure of the incident.
Thank you very much
regards
10-04-2023 11:08 AM
You might want to consider using a post processing script. The example in the docs (required fields to close incident) sounds similar to your needs.
10-03-2023 06:57 AM
Hi @FrancescoBarducci ,
This would be possible by adding a conditional task at the very end of the playbook. The conditional task can have two conditions:
1. A condition that will be used to automate the closure of the incident automatically by adding a standard task using the "closeinvestigation" automation for this branch.
2. The condition that will be used for a manual incident closure. A standard tasks can be added to this branch (with not automation) that can include details of the manual review that needs to be performed and details explaining that the incident will need to be closed manually.
10-04-2023 01:38 AM
hello,
I tried but could not implement the functionality in the way I would like.
Basically, what I would like to implement is a sort of control as happens in ticketing platforms, i.e. if the analyst for example, in the Incidents tab, selects one or more incidents and clicks on "Close", at the moment he is able to close them while I would like it not to be possible to do so in the absence of certain fields valued within the incident. Is it possible to implement this type of control?
Thank you very much
Regards
10-04-2023 11:08 AM
You might want to consider using a post processing script. The example in the docs (required fields to close incident) sounds similar to your needs.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!