Jira Cloud
Last updated
Last updated
This user guide provides step-by-step instructions to integrate Jira with the ReleaseOwl Dashboard, enabling seamless project tracking, automation, and real-time visibility of Jira updates within ReleaseOwl. By following this guide, users can create an OAuth 2.0 integration, configure permissions, register Jira credentials in ReleaseOwl, and establish webhook connections to ensure a smooth data flow between the two platforms.
1. Go to the .
2. Log in using your Atlassian account credentials.
1. Click on the Developer Console option.
2. Click on Create and select OAuth 2.0 Integration from the available options.
Enter a name for the app that reflects its purpose for Jira.
Check the box to agree to the terms and conditions.
Click on the Create button to proceed.
1. After the app is created, navigate to the Permissions section.
2. Select Jira API and click on the Add button to grant the necessary permissions.
Go to the Authorization section.
Click on the Add button in the action item to set the authorization type.
Click on Save Changes.
Go to Settings in the Developer Console.
Copy the Client ID and Client Secret for later use when registering Jira in the ReleaseOwl Dashboard.
To integrate Jira with ReleaseOwl for issue tracking and traceability, follow the steps below to register Jira credentials and set up project integration.
Go to the ReleaseOwl Dashboard.
Navigate to Administration, then select Credential Manager.
Click on Register Credential.
Fill out the credential form with the following details:
Credential Name: Enter your preferred name for the credential.
Credential Type: Jira
Authentication Type: Select the authentication type as theOAuth2
Client ID and Client Secret: Paste the Client ID and Client Secret obtained from the OAuth2 integration you created in the Atlassian Developer Console.
Proxy Type: Select None
Click Save to register the credential.
Steps to Generate API Token in Jira
Log in to your Jira account.
Go to Account Settings, then select Security.
Click on Create and manage API tokens.
Click Create API Token, provide a token name, and click Create.
Copy the generated API token.
Register API Token in ReleaseOwl
Open the ReleaseOwl Dashboard.
Navigate to Administration, then select Credential Manager.
Click on Register Credential.
Fill in the form with the following details:
Credential Name: Enter your preferred name for the credential.
Credential Type: Jira
Authentication Type: Basic
Username: Your Jira account username (usually an email address)
Password or API Token: Paste the copied API token
Proxy Type: Select None
Click Save to register the credential.
To link a Jira project with a ReleaseOwl project, follow these steps:
1. Navigate to Project Settings
Switch to the required working project in ReleaseOwl.
Go to Project Settings.
In the Project Settings, navigate to ALM Integrations and click on Add.
Name: Enter a unique name for the integration.
Description: (Optional) Provide a description for reference.
External System: Select Jira from the dropdown list.
Credential: Select the registered Jira credential from the dropdown list.
Host URL: The Jira server URL (e.g., https://saparate.atlassian.net
).
Under Hosting Type, choose On-Premise if your Jira instance is hosted on a private server rather than Atlassian’s cloud. Choose Cloud if your Jira instance is hosted on Atlassian’s cloud platform. You can then choose from the following options:
A. Using Boards
Select Boards if you want to sync issues based on a specific Jira board.
External Project: Select the Jira project you want to link with ReleaseOwl from the pop-up list.
Board: Select the appropriate Scrum or Kanban board for the project.
Webhook URL:
This URL is autogenerated by ReleaseOwl.
The Webhook URL is used to capture and sync events from Jira to ReleaseOwl.
Webhook Request URL for Automation Rule :
This URL is autogenerated by ReleaseOwl.
Disable writing of comments/ notes: You can turn off comments within ALM Integration.
After entering all the integration details, click on the Save button.
Once saved, the integration will appear in the list, and if the "Default Integration" checkbox was selected, it will be marked as Default. This means the system will automatically use this integration unless another one is specified.
B. Using Filters
Select Filters: Use this option if you want to sync issues based on Jira's saved filters instead of boards or JQL queries. View all filters available on the Jira board will also be visible in the user stories when filters are chosen.
External Project: Choose the Jira project you want to link with ReleaseOwl.
Filters:
Click on the dropdown or the filter selection icon.
A list of available Jira filters will be displayed.
Select the desired saved filter from Jira.
Ensure the selected filter has proper permissions and is shared with the required users.
C. Using JQL (Jira Query Language)
Select JQL, a powerful tool to fetch the details in Jira.
External Project: Choose the Jira project you want to link with ReleaseOwl.
JQL Query:
Create a JQL query in Jira that retrieves the required issues.
Copy and paste the JQL query into ReleaseOwl.
Log in to your Jira account.
Go to Settings and click on System.
In the System section, navigate to General Configuration and click on Webhooks.
This will take you to the webhook configuration page.
Copy the Webhook URL that was generated in ReleaseOwl.
Paste the copied URL in the Webhook configuration page in Jira.
Select the issue-related events that you want to track for your project (e.g., story creation, updates, etc.).
After entering all the details, you can enable or disable the webhook in the status section.
ReleaseOwl is bidirectional, so the user stories created in Jira can be synced with ReleaseOwl and vice-versa.
To integrate user stories from Jira, follow these steps:
Navigate to the required Project.
In Change Management, select User Stories Menu
Click the Sync User stories icon.
Once the sync is completed, you will get a pop up saying, User Story Sync completed.
Click Ok.
For the Callback URL, enter:
Jira URL:
Jira URL:
Note: Further information on registering / configuring webhooks in JIRA can be found @