Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:33
c31719a

What's new in 0.4.2

Jira sprints from the CLI

  • jira issue create and jira issue update now 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's customfield_10020 id by hand. (#72)
  • jira issue get now displays the issue's sprint, so you can verify sprint assignment without a raw REST call. (#72)

Maintenance

  • Bumped zeroize to 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 | sh

Install prebuilt binaries via Homebrew

brew install omar16100/atlassian-cli/atlassian-cli

Download 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