Details
| ID | JIRAPrintIssue |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | jira |
README
Pretty prints a JIRA issue into the incident War Room.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | jira |
Dependencies
This script uses the following commands and scripts.
- jira-get-issue
Inputs
| Argument Name | Description |
|---|---|
| issueId | The JIRA issue ID. For example, “SOC-24”. |
Outputs
There are no outputs for this script.
commonfields: id: JIRAPrintIssue version: -1 name: JIRAPrintIssue script: '' type: javascript tags: - jira comment: Pretty print JIRA issue into the incident war room. enabled: true args: - name: issueId required: true default: true description: JIRA issue ID (e.g. SOC-24). scripttarget: 0 dependson: must: - jira-get-issue fromversion: 5.0.0 tests: - No tests