A Cortex XSOAR Administrator is tasked with building a button for an analyst in order for the analyst to be assigned to the incident as an owner. What is the process?
A Cortex XSOAR Administrator is tasked with building a button for an analyst in order for the analyst to be assigned to the incident as an owner. What is the process?
To build a button that assigns an analyst to an incident as the owner, you should edit the incident layout to add a new button. This button should call the AssignAnalystToIncident automation with the argument assignBy=current. This ensures that the current user is marked as the owner of the incident.
https://xsoar.pan.dev/docs/reference/scripts/assign-analyst-to-incident
Since assigntome automation's button does not have any arguments, the proper answer would be assignanalysttoincident script with assignby=current argument. Thus, answer will be D.
D as Sarpp description. https://xsoar.pan.dev/docs/reference/scripts/assign-analyst-to-incident
A would be the closest
All wrong. Edit layout, add new button, click on it and select a Button Script, search for AssignToMeButton and save it. That's it.