On this Page

Snap type:

Write


Description:

This Snap provides the functionality to execute the HTTP Delete method to a JIRA REST API service endpoint to delete JIRA issues.

This Snap will only delete an issue that does not contain sub-tasks.


Prerequisites:

The user must have Delete permissions within JIRA.

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.


Views:


InputThis Snap has exactly one input view and receives documents in the view. Each document contains the issue ID to be deleted at the JIRA REST API service endpoint. This 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 the 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



Examples



You will likely want to use a Mapper Snap before the JIRA Delete Snap to see the target schema being requested and to map the appropriate fields or parameters.

 
At this time, the only item in the schema is id.