IbmUpdateTask
IBM Security QRadar SOAR Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.10.0 and later.
Use this script to update an IBM QRadar SOAR incident's task. This script should be run within an incident.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 6.8.0 |
#
DependenciesThis script uses the following commands and scripts.
- IBM Resilient Systems
- rs-update-task
#
InputsArgument Name | Description |
---|---|
task_id | ID of task to update. |
name | Task name. Technically required, copy original task name if no changes are desired. |
owner_id | User ID of the new owner. |
due_date | Task due date in ISO format e.g. "2020-02-02T19:00:00Z. Empty date indicates that the task has no assigned due date. |
phase | The phase to which this task belongs. |
status | Changing the status field, completes or re-openes the task. |
#
OutputsThere are no outputs for this script.