v0.4.2
What's new in 0.4.2
Jira sprints from the CLI
jira issue createandjira issue updatenow take a--sprint <id>flag that assigns the issue to a sprint via the Agile API, so you no longer need to look up the board'scustomfield_10020id by hand. (#72)jira issue getnow displays the issue's sprint, so you can verify sprint assignment without a raw REST call. (#72)
Maintenance
- Bumped
zeroizeto 1.9.0. (#71)
Thanks
Thanks to @georghildebrand for the detailed sprint-assignment report in #72, and to everyone filing issues and trying the CLI. It genuinely shapes what gets built next.
Install atlassian-cli 0.4.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omar16100/atlassian-cli/releases/download/v0.4.2/atlassian-cli-installer.sh | shInstall prebuilt binaries via Homebrew
brew install omar16100/atlassian-cli/atlassian-cliDownload atlassian-cli 0.4.2
| File | Platform | Checksum |
|---|---|---|
| atlassian-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| atlassian-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| atlassian-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| atlassian-cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |