Integrate with Atlassian Jira
You can integrate a PulseUno Git repository with an Atlassian Jira instance. This integration enables you to pull issues from Jira and use them with commits to create reviews and pull requests in PulseUno.
Note: PulseUno products use the Dimensions CM request system. To use Jira issues in a product, configure Jira as a request provider in Dimensions CM. For details, see the Dimensions CM help.
Connect to Jira instance
To enable the use of Jira issues in a Git repository, first connect a Jira instance to PulseUno.
Note: Administrator permissions required.
To set up a connection to Jira:
-
In PulseUno, navigate to Administration
> Connections.
-
On the Connections page, click New Connection
and select Jira from the list.
-
On the new connection page, add the following Jira details:
Field Description Title Enter the name for the Jira connection. Web URL Enter the base path to the Jira instance, for example, https://jira.example.com. Jira API URL
For Jira Server, provide the base path to the Jira instance API, for example, https://jira-api.example.com. By default, the Web URL is used.
For Jira Cloud, leave this field empty or use the Web URL.
Username/Email
For Jira Server, enter a username for connecting to the Jira instance.
For Jira Cloud, enter an email for connecting to the Jira instance.
Password/API token
For Jira Server, provide the Jira instance password.
For Jira Cloud, provide an API token created from your Atlassian account. For details about creating API tokens for Atlassian cloud products, see the Atlassian documentation.
-
Click Save.
A working connection is displayed with the Connected status.
Enable Jira requests
After you connect a Jira instance to PulseUno, enable the integration to use Jira issues with commits in a Git repository.
To enable integration with Jira:
-
From the spaces list at the top right, select a space.
-
On the Products page, select the Git repository for which you want to enable integration.
-
In the sidebar, navigate to Settings > Integrations.
-
On the Integrations page, in the Requests section, select the connection to a Jira instance.
-
Add the following details for the selected instance:
Field Description Project keys Enter the Jira project keys to link to specific Jira projects, for example, AA or AB.
To link to all projects, leave the field empty.
Issue key pattern Enter the Jira issue key pattern to associate with specific issues.
The default pattern is
"((?<!([A-Za-z]{1,10})-?)[A-Za-z]+-\\d+)"
. -
Click Save.
See also: