CherwellIncidentOwnTask
This script is an example script of how to link an incident to a task in Cherwell. The script wraps the cherwell-link-business-object command of the cherwell integration. When writing your own script to link business objects, follow the instructions found in the configuration section of the script, but do not change the execution section.
python · Cherwell
Details
| ID | CherwellIncidentOwnTask |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Cherwell |
README
This script is an example script of how to link an incident to a task in Cherwell. The script wraps the cherwell-link-business-object command of the cherwell integration. When writing your own script to link business objects, follow the instructions found in the configuration section of the script, but do not change the execution section.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Cherwell |
| Cortex XSOAR Version | 5.0.0 |
Dependencies
This script uses the following commands and scripts.
- cherwell-link-business-objects
Inputs
| Argument Name | Description |
|---|---|
| incident_record_id | Incident record ID. |
| task_record_id | Task record ID. |
Outputs
There are no outputs for this script.
args: - description: Incident record ID. name: incident_record_id required: true - description: Task record ID. name: task_record_id required: true comment: This script is an example script of how to link an incident to a task in Cherwell. The script wraps the cherwell-link-business-object command of the cherwell integration. When writing your own script to link business objects, follow the instructions found in the configuration section of the script, but do not change the execution section. commonfields: id: CherwellIncidentOwnTask version: -1 name: CherwellIncidentOwnTask dockerimage: demisto/python3:3.12.13.10116658 subtype: python3 script: '-' timeout: '0' type: python tags: [Cherwell] dependson: must: - Cherwell|||cherwell-link-business-objects tests: - Cherwell Example Scripts - test fromversion: 5.0.0 skipprepare: - script-name-incident-to-alert