jira-cli

Manage Jira tasks and project workflows from the command line using jira-cli.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/attentiondotnet/awesome-copilot-agents --skill jira-cli-attentiondotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cli
Source: https://github.com/attentiondotnet/awesome-copilot-agents/tree/main/skills/jira-cli
Command: npx skills add https://github.com/attentiondotnet/awesome-copilot-agents --skill jira-cli-attentiondotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to manage Jira tasks and project workflows directly from the command line, reducing context switching and accelerating common Jira operations.

Core Features & Use Cases

  • Create, list, view, edit, and transition Jira issues from the terminal.
  • Manage sprints, epics, and boards, and perform Jira workflows without leaving your code editor or browser.
  • Ideal for developers and operators who want repeatable Jira actions in CI/CD and daily automation.

Quick Start

Use the jira-cli to quickly list issues in the current project: jira issue list

Frequently Asked Questions about jira-cli

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

FAQPage Schema
How do I manage Jira issues from the command line?

You can manage Jira issues from the command line using the jira-cli tool to create, list, view, edit, and transition tasks. This reduces context switching and accelerates common Jira operations directly from your terminal.

Can I automate repetitive Jira workflows in CI/CD pipelines?

Yes, you can automate repetitive Jira workflows in CI/CD pipelines by executing jira-cli commands. This allows repeatable Jira actions for issue handling, sprint management, and epic updates without manual browser intervention.

What do I need to configure before using a command-line Jira tool?

Before using command-line Jira, you need the jira-cli tool installed, configured via `jira init`, and a JIRA_API_TOKEN environment variable set. This setup authenticates your session and links the CLI to your Jira instance.

How do I list Jira issues for a project in the terminal?

To list Jira issues for a project in the terminal, run the `jira issue list` command after configuring jira-cli. This quickly retrieves and displays current project issues without leaving your code editor.

Does jira-cli support sprint and epic management?

Yes, jira-cli supports sprint and epic management, enabling you to manage boards, sprints, and epics from the terminal. This facilitates fast project workflow handling for software development teams.

What's the best way to handle Jira tasks without leaving the code editor?

The best way to handle Jira tasks without leaving the code editor is using a command-line Jira tool like jira-cli. It enables direct terminal execution of issue transitions, edits, and sprint updates, minimizing browser context switching.