jiracli

Manage Jira issues, projects, and boards from a command line.

6|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/junghan0611/agent-config --skill jiracli-junghan0611
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jiracli
Source: https://github.com/junghan0611/agent-config/tree/main/skills/jiracli
Command: npx skills add https://github.com/junghan0611/agent-config --skill jiracli-junghan0611

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira CLI reduces context switching by enabling issue, project, and board management directly from the terminal, speeding up triage and planning.

Core Features & Use Cases

  • List, view, create, move, and comment on Jira issues across multiple projects.
  • Inspect boards and sprint status for quick planning and tracking.
  • Automate common Jira workflows and integrate with scripts for CI/CD or agent-assisted tasks.

Quick Start

List MAT issues from the Jira CLI to verify connectivity.

Frequently Asked Questions about jiracli

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

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

Jira issue management from the command line allows you to list, view, create, move, and comment on issues across multiple projects. This approach reduces context switching and speeds up triage and planning directly from the terminal.

What do I need to set up before using a Jira CLI for issue tracking?

To use a Jira CLI for issue tracking, you must initialize your environment via source ~/.env.local, set up a per-user configuration at ~/.config/.jira/.config.yml, and store a Jira API token in the JIRA_API_TOKEN environment variable.

Can I automate sprint planning and check board status from the terminal?

Yes, you can automate sprint planning and check board status from the terminal. The CLI lets you inspect boards and view sprint status for quick tracking, and supports automating common Jira workflows for CI/CD or agent-assisted tasks.

Does Jira CLI work with Jira Cloud setups and multiple projects?

Yes, Jira CLI works with Jira Cloud setups and explicitly supports multiple projects. It handles common project management tasks such as listing, viewing, creating, moving, and commenting on issues across your configured Jira Cloud environment.