PrintToIncident
#
This Script is part of the Common Scripts Pack.Supported versions
Supported Cortex XSOAR versions: 8.6.0 and later.
Prints a value to the specified incident's war-room.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 8.7.0 |
#
InputsArgument Name | Description |
---|---|
value | The value to print to the war-room of specified incident. |
incident_id | The incident ID to print to. |
#
OutputsThere are no outputs for this script.
#
Script Example!PrintToIncident incident_id=INCIDENT-8 value="Hello from the other side"
#
Context Example#
Human Readable OutputSuccessfully printed to incident INCIDENT-8.