Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 05:15
6d543e6

A small follow-up to 0.4.0 that closes a gap in the Jira surface, so attachments and full comment bodies no longer require dropping to raw REST calls.

What's new

  • jira issue get exposes attachments (#63, #64) — the output now includes an attachments array (id, filename, mimeType, size, content URL) in JSON/table/markdown. Parsing is tolerant of Jira returning the attachment id as either a number or a string, and of missing optional fields, so issue get won't fail on issues that have attachments.
  • jira issue comments list --full (#63, #64) — returns the complete comment body instead of the 50-character preview. Without the flag, the existing body_preview behaviour is unchanged.

Thanks

And thank you to everyone using atlassian-cli and filing issues. 🙏


Install atlassian-cli 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omar16100/atlassian-cli/releases/download/v0.4.1/atlassian-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install omar16100/atlassian-cli/atlassian-cli

Download atlassian-cli 0.4.1

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