Changelog

atlassian-cli Changelog

Features, fixes, and version history. Each release is also published on GitHub Releases and crates.io.

0.4.1 June 14, 2026 GitHub release →
  • Jira attachments in issue get — the output now includes an attachments array (id, filename, MIME type, size, download URL) in JSON, table, and markdown. Tolerant of Jira returning the attachment id as either a number or a string.
  • jira issue comments list --full — returns the complete comment body instead of the 50-character preview.
0.4.0 June 12, 2026 features GitHub release →
  • Jira: Markdown to ADFissue create/update --description and comment bodies convert Markdown (headings, lists, bold, italic, inline code, links, code blocks) into structured Atlassian Document Format. Plain text still becomes a single paragraph.
  • Confluence: v2 Folder API — new confluence folder get | create | delete command group for /wiki/api/v2/folders.
  • Bitbucket: custom pipelinespipeline trigger --custom-pipeline <name> runs a named custom pipeline.
  • Fix: mutating commands (issue update, transition, assign, and Confluence equivalents) no longer report false errors on an HTTP 204 No Content response. Exit codes are now reliable.
  • Hardening: Confluence list parsing tolerates missing or null fields; dropped the unmaintained proc-macro-error2 dependency and refreshed the dependency set.
0.3.3 May 2026 GitHub release →
  • Jira custom field support via --field, ADF markdown extraction in issue get, and a range of Bitbucket and Confluence improvements across the 0.3 line.
Earlier releases

Full notes for every prior version (0.3.2 back to 0.1.0) are on GitHub: