Details
| ID | DemistoLinkIncidents |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | DemistoAPI |
README
Links two or more incidents.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | DemistoAPI |
Dependencies
This script uses the following commands and scripts.
- core-api-post
Inputs
| Argument Name | Description |
|---|---|
| masterID | The incident ID used to link to other incidents. |
| otherIDs | The incident IDs to link. |
| unlink | Whether to unlink incidents. The default is “no”. |
Outputs
There are no outputs for this script.
commonfields: id: DemistoLinkIncidents version: -1 name: DemistoLinkIncidents script: '' type: javascript tags: - DemistoAPI comment: Deprecated. No available replacement. enabled: true args: - name: masterID required: true default: true description: Incident ID used for linking to other incidents. - name: otherIDs required: true description: Incidet IDs to link. - name: unlink auto: PREDEFINED predefined: - "yes" - "no" description: Unlink incidents (default 'no'). defaultValue: "no" scripttarget: 0 dependson: must: - core-api-post fromversion: 5.0.0 marketplaces: - xsoar tests: - no test deprecated: true