June 2019
Intermediate to advanced
280 pages
8h 39m
English
To use the Atlassian CLI tool, we first need to install it by unzipping it to a convenient location on your workstation. Next, update the jira.sh (for Unix) or jira.bat (for Windows) file to add Jira's details.
For example, as shown in the following command, Jira is running on http://localhost:8080, and the administrator credential is admin_user with admin_password as the password:
java -jar 'dirname $0'/lib/jira-cli-3.8.0.jar -server http://localhost:8080 --user admin_user --password admin_password "$@"
./jira.sh --action addUser --userId tester -userEmail tester@company.com --userFullName Tester
Read now
Unlock full access