Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Jira - How to get started with Jira in Automations

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Ionut_Dumitrascu

Jira - How to get started with Jira in Automations

Last Update:

Sep 20, 2021 2:13:27 PM

Updated By:

PietMichielRappelet

Created date:

Sep 15, 2021 9:28:08 AM

This article gives an overview of the available blocks in the Jira connector in Qlik Application Automation. It will also go over some basic examples of retrieving issues by a specified project and creating an issue within a Jira account.

This connector supports CRUD operations(read, create, update, delete) for the following modules in Jira:

  • issues
  • comments
  • projects

There are also a few generic blocks that could help to cover the other modules :

  • Raw API List Request
  • Raw API Get Request
  • Raw API Create Request
  • Raw API Update Request
  • Raw API Delete Request

Authentication for this connector is based on the oAuth2 Protocol.

Let's now go over a few basic examples of how to use the Jira connector:

1. How to list issues from a specific project from a Jira account

  1. Create an automation;
  2. From the left menu, select the Jira connector;
    Ionut_Dumitrascu_1-1631711733075.png
  3. Use the 'Search for blocks' input to search for the 'List issues by project' block;
    Ionut_Dumitrascu_2-1631711793405.png
  4. Drag and drop the block into the automation and link it to the start block;
    Ionut_Dumitrascu_3-1631711810256.png
  5. On the right side of the screen, click on the 'Project' input field, click on the 'do lookup' option, then choose the project.
    Ionut_Dumitrascu_0-1631710877548.png
  6. From the left menu, search for the 'Output' block;
    Ionut_Dumitrascu_4-1631711862151.png
  7. Drag and drop the 'output' block into the automation and link it to the 'List issues by project' block;
    Ionut_Dumitrascu_5-1631711900021.png
  8. Run the automation. This will output a paginated list of issues available in the specified project.

2. To create a new issue:

  1. The first two steps are similar as before;
  2. Use the 'Search for blocks' input to search for the "Create issue' block;
  3. Drag and drop the block into the automation and link it to the start block;
    Ionut_Dumitrascu_6-1631712238221.png
  4. On the right side of the screen, use the input fields to fill in the issue information.
    Ionut_Dumitrascu_7-1631712341397.png
  5. Run the automation. This will create a new issue in your Jira account and output this information.

 

The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.

Tags (1)
Labels (2)
Version history
Last update:
‎2021-09-20 02:13 PM
Updated by: