JIRA Create

JIRA Create Snap helps create issues in JIRA.

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

Supported Accounts

Snap views

Type Description Examples of upstream and downstream Snaps
Input This Snap has exactly one document 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.
Output This Snap has at most 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

String

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 Create

Example: Create Snap Issues
API version

String/Expression

Required. The JIRA REST API version number.

Default value: 2

Example: 2

Snap execution

Dropdown list
Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.
Note: This option must be set to see errors during validation.

Default value: Execute only

Example: Validate & Execute

Examples