Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this Page

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Snap type:

Write


Description:

This Snap provides the functionality to execute an HTTP Post method to a JIRA REST API service endpoint to create JIRA issues. The new issue ID and key are assigned automatically and returned by the operation.


Prerequisites:

[None]


Support and limitations:


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.


Views:


InputThis Snap has exactly one input view and receives documents in the view. Each document contains data to be recorded at the JIRA REST API service endpoint. The Snap provides the schema on the input view.
OutputThis Snap has at most one output view and produces documents in the view. Each document contains response data from the JIRA REST API service endpoint.
Error

This 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.

Note

You must select the Snap Execution check box to see errors during validation.



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


Multiexcerpt include macro
nameSnap Execution
pageSOAP Execute


Multiexcerpt include macro
nameExecution_Detail_Write
pageSOAP Execute

Note

This option must be set to see errors during validation.


Examples


In this example, we are reading an issue from another issue tracking system and creating it in JIRA. The pipeline uses:

  • a REST Get Snap is used to read an issue from another system
  • a Mapper Snap to map corresponding fields
  • a JIRA Create Snap to send it to JIRA
  • optionally, a JSON Formatter and File Writer Snaps can be added to catch any errors from the JIRA Create Snap.

  1. Configure a REST Get Snap to connect to the REST API of the other issue tracking system.
  2. Configure the JIRA Create with an account to your JIRA instance. Optionally configure an error view and pipeline segment to capture any errors.
  3. Within the Mapper Snap, both the input and target schema should now be viewable. Map the appropriate fields between the two systems.

Related Examples

See Also

Insert excerpt
JIRA Snap Pack
JIRA Snap Pack
nopaneltrue