- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-08-2025 02:11 AM
When I use the XSOAR 8 SearchIncidentsv2 script with reason argument it return no results for example reason:False Positive returns nothing. Why is that? Is there some specific formatting to use?
04-21-2025 03:46 AM
Have you tried to use !SearchIncidentsV2 query="closeReason:\"False Positive\"" from the CLI?
This will give you all the incidents with this closeReason within *limits.
This should work for you unless you made a custom field called "reason".
If you want to run this from a task you don't need to escape the query: closeReason:"False Positive".
This will work.
MSysec
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!