Details
| ID | GRAUpdateCaseStatus |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | post-processing |
README
GRA Update Case Status
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | post-processing |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| closeNotes | Close Note |
| closeReason | Close reason |
Outputs
There are no outputs for this script.
commonfields: id: GRAUpdateCaseStatus version: -1 name: GRAUpdateCaseStatus script: | type: python tags: - post-processing comment: GRA Update Case Status. enabled: true args: - name: closeNotes description: Close Note. - name: closeReason description: Close reason. scripttarget: 0 subtype: python3 timeout: 60ns dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.5.0 tests: - TestGraPlayBook