CopyNotesToIncident
Copy all entries marked as notes from current incident to another incident.
python · Common Scripts
Details
| ID | CopyNotesToIncident |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Copy all entries marked as notes from current incident to another incident.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| target_incident | Incident ID to copy notes to. |
| tags | Replicate only notes with these tags (array or comma separated). |
Outputs
There are no outputs for this script.
Script Example
!CopyNotesToIncident target_incident=20723
Context Example
{}
Human Readable Output
3 notes copied
args: - description: Incident ID to copy notes to. name: target_incident required: true - description: Whether auto extract the indicators from the notes. name: auto_extract auto: PREDEFINED predefined: - 'true' - 'false' defaultValue: 'true' - description: Replicate only notes with these tags (array or comma separated). isArray: true name: tags comment: Copy all entries marked as notes from current incident to another incident. commonfields: id: CopyNotesToIncident version: -1 dockerimage: demisto/python3:3.12.13.10404775 enabled: true name: CopyNotesToIncident runas: DBotWeakRole outputs: [] script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 5.0.0 tests: - No tests (auto formatted)