v0.4.0
atlassian-cli 0.4.0 brings three new features, a notable bug fix, and a dependency/security cleanup. Thanks to everyone who reported, requested, and contributed.
Features
- Jira: Markdown to ADF (#39) —
jira issue create/update --descriptionand comment bodies now convert Markdown (headings, bullet/ordered lists, bold, italic, inline code, links, code blocks) into structured Atlassian Document Format. Plain text still becomes a single paragraph, so existing usage is unchanged. - Confluence: v2 Folder API (#49) — new
confluence folder get | create | deletecommand group for/wiki/api/v2/folders.createtakes a space key and resolves it to a space ID;--parentaccepts a page or folder ID. - Bitbucket: custom pipelines (#54, #55) —
bitbucket pipeline trigger --custom-pipeline <name>triggers a named custom pipeline frombitbucket-pipelines.ymlvia the APIselector.
Fixes & maintenance
- No more false errors on HTTP 204 (#45) — mutating commands (
issue update,transition,assign/unassign, and the Confluence equivalents) treated the empty 204 No Content response as a parse failure and exited non-zero even though the write succeeded. They now report success correctly. - Robust Confluence list parsing (#49) —
page list,space list, and search tolerate missing or null fields instead of failing the whole response. - Security/deps — dropped the unmaintained
proc-macro-error2(RUSTSEC-2026-0173) by buildingtabledwithout its derive feature, and refreshed the production dependency set.
Thanks
Huge thanks to the people who made this release happen:
- @jbrinkman for the precise HTTP 204 bug report and reproduction (#45)
- @kim0 for the structured-ADF request, and @calvincchan for sharing a Markdown-to-ADF approach (#39)
- @alexevansigg for the detailed Folder API request and API references (#49)
- @georghildebrand for requesting and implementing
--custom-pipeline(#54, #55) - @AndreasBergmeier6176 for the web-login suggestion (#51)
And thank you to everyone using atlassian-cli, opening issues, and sharing feedback. It genuinely shapes what gets built. 🙏
Install atlassian-cli 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omar16100/atlassian-cli/releases/download/v0.4.0/atlassian-cli-installer.sh | shInstall prebuilt binaries via Homebrew
brew install omar16100/atlassian-cli/atlassian-cliDownload atlassian-cli 0.4.0
| 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 |