jira-cli

Manage Jira issues, sprints, and boards from the command line.

556|91|Updated Apr 19, 2025
One-click install
npx skills add https://github.com/Code-and-Sorts/awesome-copilot-agents --skill jira-cli-code-and-sorts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cli
Source: https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/skills/jira-cli
Command: npx skills add https://github.com/Code-and-Sorts/awesome-copilot-agents --skill jira-cli-code-and-sorts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with Jira from the command line to manage issues, sprints, epics, and boards, enabling faster, scriptable workflows for development teams.

Core Features & Use Cases

  • Create, view, edit, and transition Jira issues from the terminal.
  • Manage sprints, epics, and boards without leaving your shell.
  • Query, filter, and report on issues to keep work organized and transparent.

Quick Start

Start by listing issues to review current work and then create or update issues using Jira CLI.

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 by using a CLI tool to create, view, edit, and transition work items directly in your terminal. This enables faster, scriptable workflows for development teams without needing the Jira web interface.

Can I manage Jira sprints and boards without leaving the terminal?

Yes, you can manage Jira sprints and boards without leaving your shell. The CLI allows you to interact with sprints, epics, and boards, enabling terminal-based workflows for organizing and tracking agile project work.

Do I need a Jira API token to use a Jira CLI?

Yes, you need a valid JIRA_API_TOKEN environment variable to perform authorized operations. The CLI must be installed and configured using the jira init command to authenticate and interact with your Jira instance securely.

What is the best way to query and filter Jira issues in a terminal workflow?

The best way to query and filter Jira issues in a terminal workflow is using the CLI to search and report on work items. This keeps task tracking organized and transparent while allowing software teams to script repetitive issue management actions.

Does command line Jira issue management work for software teams using agile sprints?

Command line Jira issue management is ideal for software teams using agile sprints. It allows project managers and developers to update and track sprint work items quickly from the terminal, integrating issue management directly into scriptable development workflows.