CherwellIncidentUnlinkTask

This script is an example script of how to unlink a task from an incident in Cherwell. The script wraps the cherwell-unlink-business-object command of the cherwell integration. When writing your own script to unlink business objects, follow the instructions found in the configuration section of the script, but do not change the execution section.

python · Cherwell

Details

IDCherwellIncidentUnlinkTask
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
TagsCherwell

README

This script is an example script of how to unlink a task from an incident in Cherwell. The script wraps the cherwell-unlink-business-object command of the cherwell integration. When writing your own script to unlink 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-unlink-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 unlink a task from an incident in Cherwell. The script wraps the cherwell-unlink-business-object command of the cherwell integration. When writing your own script to unlink business objects, follow the instructions found in the configuration section of the script, but do not change the execution section.
commonfields:
  id: CherwellIncidentUnlinkTask
  version: -1
name: CherwellIncidentUnlinkTask
script: '-'
timeout: '0'
type: python
dockerimage: demisto/python3:3.12.13.10116658
subtype: python3
tags: [Cherwell]
dependson:
  must:
  - Cherwell|||cherwell-unlink-business-objects
tests:
- Cherwell Example Scripts - test
fromversion: 5.0.0
skipprepare:
- script-name-incident-to-alert