Create a Jira Issue Using REST Post

This example pipeline demonstrates how to create a Jira issue using the REST Post Snap.


REST Post Jira pipeline

Download this Pipeline
  1. Configure the JSON Generator Snap

    Configure the JSON Generator Snap to pass the input JSON data that defines the Jira issue details.

  2. Configure the REST Post Snap

    The REST Post Snap in this example Pipeline creates a Jira issue based on the JSON input.


    JSON Generator configuration for Jira issue

  3. Validate the Pipeline

    Once validated, the Pipeline successfully creates a Jira issue in the specified project and returns the issue key and details.

  1. Verify the created issue in Jira using the issue key displayed in the output view.
  2. Ensure that the REST account used has sufficient permissions to create issues in the project.