atlassian-cli

Guide Atlassian CLI usage for Jira and Confluence with JQL and output formats.

18|2|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/leweii/atlassian-cli --skill atlassian-cli-leweii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian-cli
Source: https://github.com/leweii/atlassian-cli/tree/main
Command: npx skills add https://github.com/leweii/atlassian-cli --skill atlassian-cli-leweii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates common errors and inefficiencies when using the Atlassian CLI (acli) for Jira and Confluence, ensuring you use modern syntax, authenticate correctly, and leverage powerful batch operations.

Core Features & Use Cases

  • Authentication First: Enforces checking authentication before any operation.
  • Correct Command Syntax: Guides users to the modern acli <product> <entity> <action> format, avoiding deprecated syntax.
  • Batch Operations: Demonstrates efficient bulk updates and transitions using JQL queries and filters.
  • Bulk Creation: Explains how to use create-bulk and JSON templates for multi-issue creation.
  • Output Formats: Details how to use --csv, --json, and --fields for desired output.
  • Use Case: Quickly generate a CSV report of all issues in a specific sprint, update the status of multiple issues based on a JQL query, or create several new issues from a JSON template.

Quick Start

Use the atlassian-cli skill to search for all issues assigned to the current user in the 'PROJECT-X' project and output the results in CSV format.

Frequently Asked Questions about atlassian-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use JQL to perform batch operations on Jira issues?

You can use JQL queries within the Atlassian CLI to perform batch operations on Jira issues by combining JQL filters with bulk update and transition actions to modify multiple work items and projects efficiently.

What is the correct command syntax for Atlassian CLI?

The correct modern syntax for the Atlassian CLI is the `acli <product> <entity> <action>` format. Using this structure prevents common errors associated with deprecated syntax and ensures commands execute properly.

How do I bulk create Jira issues from a JSON template?

You can bulk create Jira issues by using the `create-bulk` command combined with a JSON template, allowing for efficient multi-issue creation directly through the Atlassian CLI.

Can I export Jira sprint issues to a CSV report?

Yes, you can export Jira sprint issues to a CSV report by using the `--csv` output format flag with the Atlassian CLI, and you can refine the exported columns using the `--fields` parameter.

Why does my Atlassian CLI command fail to execute?

Atlassian CLI commands often fail due to missing authentication steps or incorrect deprecated syntax. You must verify authentication first and ensure you are using the modern `acli <product> <entity> <action>` format.

Does the Atlassian CLI support JSON output for Jira queries?

Yes, the Atlassian CLI supports JSON output for Jira queries through the `--json` flag, alongside other output formats like CSV and customizable fields for structured data extraction.