LinkIncidentsButton
Incident action button script to link or unlink Incidents from an Incident.
python · Common Scripts
Details
| ID | LinkIncidentsButton |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | incident-action-button |
README
Incident action button script to link or unlink Incidents from an Incident
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | incident-action-button |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| linkedIncidentIDs | Incident ID to link to, or a comma separated list of related Incident IDs. |
| action | Action to perform - Link or Unlink Incidents |
Outputs
There are no outputs for this script.
args: - name: linkedIncidentIDs required: true description: Incident ID to link to, or a comma separated list of related Incident IDs. - name: action required: true auto: PREDEFINED predefined: - link - unlink description: Action to perform - Link or Unlink Incidents. comment: |- Incident action button script to link or unlink Incidents from an Incident. commonfields: id: LinkIncidentsButton version: -1 dockerimage: demisto/python3:3.12.13.10404775 enabled: true name: LinkIncidentsButton runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - incident-action-button type: python fromversion: 5.0.0 tests: - No test marketplaces: - xsoar