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 getexposes attachments (#63, #64) — the output now includes anattachmentsarray (id,filename,mimeType,size,contentURL) in JSON/table/markdown. Parsing is tolerant of Jira returning the attachmentidas either a number or a string, and of missing optional fields, soissue getwon'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 existingbody_previewbehaviour is unchanged.
Thanks
- @georghildebrand for the detailed report and the implementing PR (#63, #64).
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 | shInstall prebuilt binaries via Homebrew
brew install omar16100/atlassian-cli/atlassian-cliDownload 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 |