...
Application | Confluence |
---|---|
Version | Cloud |
Application | JIRA Software |
Add-on Version | NA8.4.0 |
Cause
Panel | ||
---|---|---|
| ||
As per the recent GDPR guidelines issued by Atlassian, there is a change in the authentication parameters for the Cloud. |
...
In order to overcome this issue, please follow the below steps:
Download CLI client 8.5 SNAPSHOT.0 from this location under the *EAP Client* section.
Use the Email address as username and token as password.
A. In order to create a token: Click on your profile avatar on the bottom left corner.
B. Click on Profile --> Manage your account --> Security
C. Under API token, click on Create and manage API tokens (If you see a blank screen, refresh the page Or open this in another browser)
D. Then click on the button Create API token.- A token is created that needs to be copied and kept securely. Use it as --password parameter.
Linux:
Code Block |
---|
java -jar /opt/atlassian/cli/atlassian-cli-8.5.0-SNAPSHOT/lib/jira-cli-8.5.0-SNAPSHOT.jar --server https://your-site.atlassian.net --user "john@example.com" --token rg97a5s4agsjsd732 "$@" |
Windows:
Code Block |
---|
java -jar D:\CLI\atlassian-cli-8.5.0-SNAPSHOT-distribution\atlassian-cli-8.5.0-SNAPSHOT\lib\jira-cli-8.5.0-SNAPSHOT.jar --server https://your-site.atlassian.net --user "john@example.com" --password "jLBdxOCRPvsiOdu0XiBcA088" %*
|
Info |
---|
|
...