atlassian-cli-jira

Automate Jira Cloud workflows via the Atlassian CLI jira namespace.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira Cloud workflow commands are often scattered across web UIs and multiple terminals. This skill provides a unified CLI interface to perform common Jira Cloud tasks from the shell, reducing context switching and speeding up operations.

Core Features & Use Cases

  • Authentication & site management: login and switch between Jira sites from the command line.
  • Comprehensive Jira actions: manage work items (create, view, search, edit, transition, comment), boards, sprints, and projects using structured commands.
  • CLI navigation & output: consistent command patterns and readable output for automation scripts and dashboards.

Quick Start

Install the Atlassian CLI (acli), authenticate to your Jira site, and list your projects with a single command.

Frequently Asked Questions about atlassian-cli-jira

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

FAQPage Schema
How do I automate Jira Cloud workflows from the command line?

You can automate Jira Cloud workflows from the command line by using the Atlassian CLI to manage authentication, boards, sprints, projects, and work items. It enables creating, viewing, searching, updating, and transitioning tasks with structured commands.

What Jira Cloud tasks can I manage with a CLI interface?

With a CLI interface, you can manage Jira Cloud tasks including creating, viewing, searching, editing, transitioning, and commenting on work items. It also supports managing boards, sprints, and projects, alongside site authentication and switching.

Do I need to install the Atlassian CLI to manage Jira projects from the shell?

Yes, you need to install the Atlassian CLI (acli) and provide your Jira site credentials to manage Jira projects from the shell. Once authenticated, you can execute operations organized under the jira namespace.

Can I create and transition Jira work items without using the web UI?

Yes, you can create and transition Jira work items without the web UI by executing structured commands via the Atlassian CLI. This provides consistent command patterns and readable output for automation scripts.

What is the best way to switch between multiple Jira Cloud sites in automation scripts?

The best way to switch between multiple Jira Cloud sites in automation scripts is using the Atlassian CLI's site management commands. It allows you to authenticate and switch contexts directly from the shell.

Why use a command line interface instead of the Jira web UI for sprint management?

Using a command line interface instead of the Jira web UI for sprint management reduces context switching and speeds up operations. It provides consistent command patterns for automation scripts and dashboards.