Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:22
e87a40e

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 --description and 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 | delete command group for /wiki/api/v2/folders. create takes a space key and resolves it to a space ID; --parent accepts a page or folder ID.
  • Bitbucket: custom pipelines (#54, #55) — bitbucket pipeline trigger --custom-pipeline <name> triggers a named custom pipeline from bitbucket-pipelines.yml via the API selector.

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 building tabled without its derive feature, and refreshed the production dependency set.

Thanks

Huge thanks to the people who made this release happen:

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 | sh

Install prebuilt binaries via Homebrew

brew install omar16100/atlassian-cli/atlassian-cli

Download 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