We normally interact with Jira via the browser, but sometimes it is useful to be able to use the command line, especially for administrative tasks or writing shell scripts.
In this recipe, we will use the command line to create new users in Jira.
We normally interact with Jira via the browser, but sometimes it is useful to be able to use the command line, especially for administrative tasks or writing shell scripts.
In this recipe, we will use the command line to create new users in Jira.
For this recipe, you need to have the Atlassian Command Line Interface (CLI) tool available on your workstation. You can download it from https://marketplace.atlassian.com/plugins/org.swift.atlassian.cli.
To use the Atlassian CLI tool, we first need to install...