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.
This section outlines how to register the credentials for Jira in ReleaseOwl.
In Administration, go to Credential Manager.
On the page displayed, click on the Register Credential button.
Fill in the necessary details as follows:
Credential Name: Enter a name for the credential for your reference.
Credential Type: Choose Jira as the credential type.
Authentication Type: For authentication type, choose OAuth2.
Jira URL: Enter your Jira hosting URL (e.g., https://saparate.atlassian.net).
Client ID: Paste the Client ID copied from the Atlassian Developer Console.
Client Secret: Paste the Client Secret copied from the Atlassian Developer Console.
Click on the Save button.
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.
General Information
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.
B. Using Filters
Select Filters if you want to sync issues based on Jira's saved filters instead of boards or JQL queries.
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:
Note: Further information on registering / configuring webhooks in JIRA can be found @