For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cortex XSOAR 6.13

Link and Unlink incidents in the CLI

Link and unlink incidents from the CLI in Cortex XSOAR 6.13.

You can link and unlink incidents in the CLI. The linked incidents appear in the Case Info tab.

  1. To link an incident, in the CLI, type the following command:

    !linkIncidents linkedIncidentIDs=<id>`` ``action=link

    Confirmation of the linked incident appears in the War Room and in the Case Info tab. In this example, we have linked the incident ID#3.

    linked-incident-war.png
    linked-incident-3.png
  2. To unlink the incident, type the following command:

    !linkIncidents linkedIncidentIDs=<id>`` ``action=unlink

Last updated

Was this helpful?