Authenticate to Jira using the command line
This topic describes how to authenticate to Jira Software using dmcli, the Dimensions CM command line.
After registering credentials, you can use Jira issues as requests in Dimensions CM for current and future connection sessions until the Jira token is revoked, the password expires, or the user is locked.
Simple authentication
The easiest way to authenticate to Jira is to use a URL.
To use simple authentication:
- Log in to the dmcli command-line client with your Dimensions CM credentials.
- Run a command that uses an external request, for example, deliver changes in response to a Jira issue.
- When the command fails to authenticate to Jira, copy the URL in the command output.
- Paste the URL into a browser.
- Step through the Jira authentication process.
Register Jira Cloud credentials
You can associate Jira Cloud user credentials with a Dimensions CM user.
To register Jira Cloud credentials:
- In your Atlassian account, navigate to Account Settings > Security > API token > Create and manage API tokens.
- Create and save an API token.
- Log in to the Dimensions CM desktop or dmcli command-line client using your CM credentials.
-
To register the Jira Cloud credentials, run the following
AUTH
command:Copy codeAUTH /USER="<Jira username>" /PASSWORD="<Jira API token>" /IDM_TOOL="<Jira instance ID>"
where:
- PASSWORD is the Jira API token.
-
IDM_TOOL is the ID of the Jira request provider. Enter "." to register credentials against the provider associated with the current product.
Tip: If the Jira username is an email address, use double @@ symbols, for example, jira@@user_name.com.
Register Jira Server credentials
If your Dimensions CM and Jira Server login credentials are different, or you want to use a different Jira account for your CM user, you can register your Jira Server credentials using dmcli.
To register Jira Server credentials:
- Log in to the desktop client or dmcli command-line client with your Dimensions CM credentials.
-
To register the Jira Server credentials, run the following
AUTH
command:Copy codeAUTH /USER="<Jira username>" /PASSWORD="<Jira password>" /IDM_TOOL="<Jira instance ID>"
where IDM_TOOL is the ID of the Jira request provider . Enter "." to register credentials against the provider associated with the current product.
Unregister Jira credentials
To unregister Jira Cloud and Server credentials, run this dmcli command:
AUTH /DELETE /IDM_TOOL="<Jira instance ID>"
or
AUTH /DELETE /IDM_TOOL=.
See also: