On this Page

Snap type:

Read


Description:

This Snap provides the functionality to execute 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. 

  • Expected upstream Snaps:  Any Snap with a document output view
  • Expected downstream Snaps:  Any Snap with a document input view
  • Expected input:  No input data is required. However, if the Issue ID property value is an expression like "$id", each input document should contain a key/value pair to evaluate the expression, such as:


 {
        "id": "JIRASNAP4037"
 }


  • Expected output:  Output document contains all fields and values for a given JIRA issue ID. An example of an output document is attached below.


Prerequisites:

[None]


Support and limitations:Works in Ultra Task Pipelines.
Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. The Snap supports the JIRA basic auth account. The JIRA sites may or may not allow anonymous access.


Views:


InputThis Snap has at most one 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.
OutputThis Snap has exactly one output view and produces documents in the view. Each document contains response data from the JIRA REST API service endpoint.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view. Each document contains the response from the JIRA REST API service endpoint.


Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

API version



Required. The JIRA REST API version number.

Example: 2

Default value: 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.

Examples:

10012

EPROJECT-17

$id

_id

Default value:  [None]




Downloads