jira-cli

Reference Jira CLI commands for issues, sprints, epics, and projects.

253|7|Updated Apr 8, 2016
One-click install
npx skills add https://github.com/fredrikaverpil/dotfiles --skill jira-cli-fredrikaverpil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cli
Source: https://github.com/fredrikaverpil/dotfiles/tree/main/stow/shared/.claude/skills/jira-cli
Command: npx skills add https://github.com/fredrikaverpil/dotfiles --skill jira-cli-fredrikaverpil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides practical references for using the Jira CLI to manage issues, sprints, and boards efficiently from the terminal.

Core Features & Use Cases

  • Issue Management: List, view, create, edit, and transition issues
  • Sprint & Epic Ops: Inspect sprints, move items, and manage epics
  • Flexible Output: Support for plain, JSON, and CSV outputs

Quick Start

Example: jira issue list --limit 10

Frequently Asked Questions about jira-cli

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

FAQPage Schema
How do I list and filter Jira issues from the command line?

Use `jira issue list` to retrieve issues with filtering and output control. The command supports `--limit` to cap results, `--plain` for simple text, `--csv` for spreadsheet export, and `--raw` for JSON. Combine with flags for scripting and automation workflows.

Can I create and edit Jira issues using CLI commands?

Yes, the Jira CLI supports creating and editing issues directly from the terminal. Use `jira issue create` and `jira issue edit` commands to manage issue fields, then transition them between statuses. Supports `--no-input` for non-interactive scripting.

How do I manage sprints and move issues between them via CLI?

Use `jira sprint` commands to inspect sprints and move items. The CLI lets you transition issues between sprints and view sprint details without opening the Jira UI, enabling batch operations and automation in scripts.

What output formats does the Jira CLI support for reports and exports?

The Jira CLI provides `--plain` for readable text, `--csv` for spreadsheet compatibility, and `--raw` for structured JSON. These formats let you pipe data into other tools, generate reports, or feed results into automation pipelines.

Can I automate Jira workflows with CLI commands in scripts?

Yes, the Jira CLI is built for scripting with `--no-input` flags, predictable output formats, and command chaining. Developers and administrators use it to batch-create issues, assign tasks, comment, and transition statuses without manual UI interaction.

Does the Jira CLI help with epic and project management?

The CLI supports epic and project operations including listing, viewing, and managing epic items. It provides quick access to project-level workflows, making it efficient for administrators and teams coordinating work across epics and sprints.