Details
| ID | PrintToIncident |
|---|---|
| Language | python |
| From Version | 8.6.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Prints a value to the specified incident’s war-room.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 8.7.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | The value to print to the war-room of specified incident. |
| incident_id | The incident ID to print to. |
Outputs
There are no outputs for this script.
Script Example
!PrintToIncident incident_id=INCIDENT-8 value="Hello from the other side"
Context Example
{}
Human Readable Output
Successfully printed to incident INCIDENT-8.
args: - description: The value to print to the war-room of specified incident. name: value required: true - description: The incident ID to print to. name: incident_id required: true comment: Prints a value to the specified incident's war-room. commonfields: id: PrintToIncident version: -1 name: PrintToIncident script: '-' tags: [] enabled: true scripttarget: 0 timeout: '0' runas: DBotWeakRole type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 8.6.0 marketplaces: - marketplacev2 - platform tests: - No test - unit test skipprepare: - script-name-incident-to-alert