What's New in atlassian-cli 0.4
Markdown-to-ADF for Jira descriptions and comments, a Confluence v2 Folder API, custom Bitbucket pipeline triggers, attachments in issue get, and a fix for false errors on HTTP 204.
releaseTutorials, guides, and automation recipes for Jira, Confluence, Bitbucket & JSM from the command line.
Markdown-to-ADF for Jira descriptions and comments, a Confluence v2 Folder API, custom Bitbucket pipeline triggers, attachments in issue get, and a fix for false errors on HTTP 204.
releaseEverything you need to know about managing Jira from the terminal. Setup, authentication, JQL queries, bulk operations, and CI/CD integration.
jira cliWhy a unified CLI for Jira, Confluence, Bitbucket, and JSM beats juggling separate tools. Architecture, profiles, and real-world workflows.
atlassian cliCreate, search, export, and bulk-manage Confluence pages and spaces without leaving your terminal. CQL queries, attachments, and backups.
confluence cliA quick-reference cheat sheet for the most common Jira CLI commands. Search, create, transition, assign, comment, and export issues.
jira cli commandsProcess thousands of Jira issues at once. Bulk transitions, field updates, label management, and sprint operations with dry-run safety.
jira bulk operationsAutomate your Bitbucket workflow from the terminal. Pull request creation, pipeline triggers, repository management, and branch protection.
bitbucket cliAn honest comparison of Jira CLI tools available in 2026. Features, authentication, output formats, and automation capabilities side by side.
jira cli tool comparisonAutomate Jira Service Management from the command line. Manage requests, customers, SLAs, and queues without touching the browser.
jira service management cliA practical guide to the Jira REST API: authentication, core endpoints, copy-paste curl examples, and pagination, plus a friendlier CLI wrapper for daily use.
jira rest apiUse the Jira API from the command line without writing curl scripts. Run atlassian-cli commands, pipe --format json to jq, and script real Jira workflows.
jira apiWhen to use Jira automation rules versus scripted CLI automation. A tradeoffs guide to the built-in rules engine, batch scripting, and driving Jira from the terminal.
jira automationA JQL query reference: every Jira Query Language operator, keyword, and function in one cheat sheet, with copy-paste examples you can run from the CLI.
jql queryBuild a Jira issue key branch workflow: derive Git branch names from issue keys, add a prepare-commit-msg hook, and link commits back to Jira from the terminal.
jira issue key branchUnderstand the Jira hierarchy: initiative, epic, story, and subtask. Learn how to query and traverse each level from the command line with JQL and atlassian-cli.
jira hierarchyA practical guide to the Confluence REST API: v2 endpoints, API-token auth, real curl examples, and how atlassian-cli wraps it so you skip the boilerplate.
confluence rest apiConfluence automation from the command line: scheduled page updates, bulk labeling and cleanup, and report generation using atlassian-cli and cron.
confluence automationExport Confluence to Markdown from the command line. Pull a single page or a whole space into version-controllable .md files with atlassian-cli.
export confluence to markdownConvert a markdown to Confluence page from the command line: turn markdown into Confluence storage format with pandoc and publish it with atlassian-cli.
convert markdown to confluence pageWant a Bitbucket CLI like gh? Map every gh pr and gh repo command to atlassian-cli, build gh-style aliases, and run PRs from the terminal.
bitbucket cli like ghA reference table of Bitbucket CLI commands for repos, pull requests, pipelines, and permissions. Copy-paste atlassian-cli syntax with flags and examples.
bitbucket cli commandsThe Bitbucket REST API 2.0 explained: base URLs, authentication, real endpoint examples with curl, pagination, rate limits, and a CLI wrapper.
bitbucket rest apiCreate, list, and merge a Bitbucket pull request from the command line with atlassian-cli. Copy-paste pr create, pr list, and pr merge commands.
bitbucket pull requestService desk automation for Jira Service Management from the command line: script requests, work queues, and track SLAs with copy-pasteable CLI commands.
service desk automationOne CLI for Jira, Confluence, and Bitbucket: install a single Rust binary, set up one config, and write scripts that span all three Atlassian products.
cli for jira confluence bitbucketAtlassian API token vs PAT, explained for the command line: which token each product needs, where to create it, how to log a CLI in, and how to keep secrets out of CI.
atlassian api tokenacli Atlassian is Atlassian's official CLI; atlassian-cli is an independent, MIT-licensed open-source binary. A factual, side-by-side comparison of the two tools.
acli atlassianThe best Atlassian CLI tools in 2026: acli, atlassian-cli, jira-cli, go-jira, and Appfire's ACLI. An honest, factual rundown of official vs community tools.
atlassian cli toolsHow Jira automation rules work, broken down by triggers, conditions, and actions, with a copy-pasteable command-line equivalent for each building block.
jira automation rules15 copy-paste Jira automation examples you can script today: auto-close stale issues, bulk reassign, export reports, CI gates, and Confluence release notes.
jira automation examplesRun Jira JQL queries from the command line with atlassian-cli: search issues, format output as JSON or CSV, pipe to jq, and save the queries you reuse.
jira jqlA beginner guide to the Jira command line: install atlassian-cli, create an API token, log in, and run your first search, create, and transition commands.
jira command lineJira Cloud stores rich text as ADF, not markdown. See how atlassian-cli converts markdown descriptions and comments to ADF from the command line.
jira markdownRun Jira commands in GitHub Actions and CI/CD: install the CLI, store credentials as secrets, transition issues on deploy, and comment build status.
jira github actionsCreate Jira issues from a CSV file with a scriptable CLI loop: field mapping, a safe dry-run pass, custom fields, and captured issue keys.
create jira issues from csvJira task management from the command line: create tasks and subtasks, link them, transition status, assign, and comment. Real, copy-pasteable atlassian-cli commands.
jira task managementUse the Confluence API from the command line for pages, spaces, and CQL search. Copy-paste CLI commands that wrap the Confluence REST API, no scripting required.
confluence apiRun Confluence CQL queries from the terminal: learn CQL syntax, filter by space, label, type, and date, then export results to JSON or CSV with atlassian-cli.
confluence cqlRun a confluence space export from the terminal: back up pages, attachments, and permissions to JSON, then schedule automated nightly backups with cron.
confluence space exportSync Jira to Confluence from the command line. Pull issue data with atlassian-cli, render a status table, and push it into a self-updating release-notes page.
sync jira to confluenceCall the Bitbucket API from the command line without hand-writing curl requests. Auth, repos, pull requests, pipelines, and permissions as CLI commands.
bitbucket apiDrive the Bitbucket PR review cycle from the terminal: list open PRs, approve, comment, check approval and merge status, and gate merges in CI with atlassian-cli.
bitbucket prUse the bitbucket pipelines cli in atlassian-cli to trigger builds, run custom pipelines, stream logs, and watch runs to completion with real exit codes.
bitbucket pipelines cliMigrate Bitbucket to GitHub in bulk with a script instead of the web importer. Enumerate repos with atlassian-cli, mirror-clone with git, push with gh.
migrate bitbucket to githubA practical guide to the Jira Service Management API: requests, SLAs, queues, and approvals endpoints, each mapped to a copy-pasteable atlassian-cli command.
jira service management apiBuild Jira Service Management integrations from the command line. Wire JSM into scripts, alerts, and webhooks with real, copy-pasteable atlassian-cli commands.
jira service management integrationsUse the JSM request CLI to create, transition, and comment on Jira Service Management requests from the terminal. Real, copy-pasteable atlassian-cli commands.
jsm request cliJira, Confluence, and Bitbucket each expose a different Atlassian REST API. See how they differ in base URL, auth, and pagination, and how one CLI spans them.
atlassian rest apiWhat Atlassian's official acli does for Jira from the terminal: workitem create, search, assign, and transition, plus where an independent open-source alternative fits.
acli jiraA one-page atlassian cli commands cheat sheet covering Jira, Confluence, Bitbucket, and Jira Service Management. Copy-paste syntax for auth, search, bulk, and more.
atlassian cli commandsA practical jira worklog CLI guide: set time estimates, find issues by worklog with JQL, and build weekly time reports from the terminal with atlassian-cli and jq.
jira worklog cliReact to Jira webhooks in scripts: parse the payload, run a tiny listener, and call atlassian-cli to transition, assign, or update issues automatically.
jira webhooksPublish MkDocs to Confluence as a docs-as-code pipeline: convert Markdown, map your nav to pages, and sync from CI on every merge with atlassian-cli.
mkdocs to confluenceMap bitbucket-pipelines.yml to GitHub Actions at scale: triggers, steps, caches, services, and custom pipelines translated block by block, plus a CLI audit workflow.
bitbucket pipelines to github actionsJSM SLA reporting from the command line: pull queue and SLA data with atlassian-cli, then build a breach report with jq. Copy-paste commands, no dashboards.
jsm sla reportingManage a Jira Service Management knowledge base from the command line: search, author, label, audit, and export Confluence-backed KB articles with atlassian-cli.
jira service management knowledge baseAutomate Jira customer service management from the command line: create requests for customers, post portal replies, onboard organizations, and track SLAs.
jira customer service managementA plain-English explainer of the Rovo Dev CLI: what Atlassian's terminal AI coding agent actually does, what it doesn't, and how it differs from a scriptable API client.
rovo dev cliA cross-product scripting playbook for automation for Jira, Confluence, Bitbucket, and JSM. Reusable shell patterns, real commands, and safety rails.
automation for jira