JIRA Get
This Snap executes the HTTP GET method to a JIRA REST API service
endpoint to retrieve information on JIRA issues. All fields and values of each issue
are returned by the operation in a JSON file.


Supported Accounts
- This is a Read-type Snap.
Works in Ultra Tasks
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input | This Snap has at most one document input view and receives documents in the view. Each document is expected to contain data for the issue ID if the JSON path is provided in the Issue ID property. | |
| Output | This Snap has exactly one document output view and produces documents in the view. Each document contains response data from the JIRA REST API service endpoint. | |
| Learn more about Error handling. | ||
Snap settings
Note:
Learn about the common controls in the Snap settings dialog.
| Field/Field set | Description |
|---|---|
|
Label
|
Required.
Required.Specify a unique name for the Snap. Modify this to
be more appropriate, especially if there are more than one of the same Snap in the
pipeline.
Default value: JIRA Get Example: Fetch new issues |
| API version
|
Required. The JIRA REST API version number. Default value: 2 Example: 2 |
| Issue ID
|
Required. The JIRA issue ID or key, or the JSON path to
the issue ID data in the input document. It can be a JavaScript expression. You must
click the expression toggle (=) if the property is a JSON path or a JavaScript
expression. Default value: None. Example:
|
|
Snap execution Dropdown list
|
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Execute only Example: Validate & Execute |