Connecting to Jira
Jira is a suite of tools developed by Atlassian for issue tracking, project management, and release planning. It is widely used by software development and IT teams to manage agile workflows, track bugs, and monitor project progress.
To integrate Jira with IBM watsonx Orchestrate, you must establish a secure connection that enables communication between the two systems. See Managing connections for more details.
Connecting to Jira using OAuth2
To connect watsonx Orchestrate to Jira using OAuth2:
-
From the main menu, select Manage > Connections.
-
Search for Jira.
-
Locate the connection ID with the following format:
jira_oauth2_auth_code_ibm_184bdbd3 -
Click edit next to the matched connection ID.
-
Choose the environment where the connection is used:
- Draft: for development or testing
- Live: for production use
-
Select OAuth2 Authorization Code as the Authentication Type.
-
Provide the following respective values:
Key Description Server URL Base URL of the Jira server Token URL Endpoint to exchange the authorization code for an access token Authorization URL URL where users are redirected to log in and authorize access Client ID Unique ID for your application Client Secret A secret key used to authenticate your app with Jira Scope Defines what access is being requested To get these values, see the Jira API documentation.
-
Choose the appropriate credential type.
-
Click Save to complete the setup.
Connecting to Jira using Basic authentication
- Open the main menu and select Manage > Connections.
- Search for Jira.
- Locate the connection ID with the following format:
jira_basic_ibm_184bdbd3 - Click edit next to the matched connection ID.
- Choose the environment where the connection is used:
- Draft: for development or testing
- Live: for production use
- Choose Basic Auth as the authentication type.
- Choose the appropriate credential type.
- Click Save to complete the setup.
Connecting using Key Value Pair
-
Open the main menu and select Manage > Connections.
-
Search for Jira.
-
Locate the connection ID with the following format:
jira_key_value_ibm_184bdbd3 -
Click edit next to the matched connection ID.
-
Choose the environment where the connection is used:
- Draft: for development or testing
- Live: for production use
-
Select Key Value Pair as the authentication type.
-
Provide the following Key and specify the Value corresponding to the key:
base_url: The base URL of your Jira instance
To get these values, see the Jira API documentation.
-
Choose the appropriate credential type.
Note: Only the team credentials are supported when an app is connected using the Key Value Pair authentication type. -
Click Save to complete the setup.