args: - description: Task name. name: name required: true type: shortText - description: Task description. name: description required: true type: longText - description: Textual instructions for the task. This will override the default instructions for the task. name: instructions type: longText required: true - name: due_date description: Task due date in ISO format e.g., "2020-02-02T19:00:00Z. Empty date indicates that the task has no assigned due date. required: true - name: owner_id description: The owner of the task (ID or name as appears in IBM QRadar SOAR). Leave empty if the task has no owner. - name: phase auto: PREDEFINED defaultValue: task description: Task to be added to the IBM QRadar incident. required: true predefined: - Initial - Engage - Detect/Analyze - Respond - Post-Incident - Custom - Complete comment: Use this script to add a task to an IBM QRadar SOAR incident. commonfields: id: IbmAddTask version: -1 name: IbmAddTask script: "" type: python tags: [] enabled: true scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole fromversion: 6.10.0 tests: - No tests (auto formatted)