AddEvidence
Adds provided entries to the incident Evidence Board. In playbook, can be positioned after a task to add the previous task's entries to Evidence Board automatically (with no need to provide arguments)
javascript · Common Scripts
Details
| ID | AddEvidence |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | Utility |
README
Adds the provided entries to the incident Evidence Board. The playbook, can be positioned after a task to add the previous task’s entries to the Evidence Board automatically (with no need to provide arguments).
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
| Cortex XSOAR Version | 2.5.0+ |
Inputs
| Argument Name | Description |
|---|---|
| entryIDs | The entry IDs to add its output to the Evidence Board. |
| desc | The description to add to the Evidence Board. |
| description | The description to add to the Evidence Board. |
| occurred | The time the evidence occurred (in time format: 2008-01-02T15:04:05). |
| tags | The evidence tags. |
Outputs
There are no outputs for this script.
commonfields: id: AddEvidence version: -1 name: AddEvidence fromversion: 5.0.0 script: '' type: javascript tags: - Utility comment: | Adds provided entries to the incident Evidence Board. In playbook, can be positioned after a task to add the previous task's entries to Evidence Board automatically (with no need to provide arguments) enabled: true args: - name: entryIDs description: Entry IDs to add its output to Evidence Board defaultValue: ${lastCompletedTaskEntries} required: true default: true - name: desc description: Description to add to Evidence Board deprecated: true - name: description description: Description to add to Evidence Board - name: occurred description: "Occurred time of the evidence (time format: 2008-01-02T15:04:05)" - name: tags description: Evidence tags scripttarget: 0 tests: - No tests