jira

Manage Jira issues via the jira CLI with CRUD, transitions, and JQL searches.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/KIM-KYOUNG-OH/dotfiles --skill jira-kim-kyoung-oh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/KIM-KYOUNG-OH/dotfiles/tree/main/.claude/skills/jira
Command: npx skills add https://github.com/KIM-KYOUNG-OH/dotfiles --skill jira-kim-kyoung-oh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira management from the command line simplifies issue handling, authentication, and project queries, reducing context-switching and speeding up workflows.

Core Features & Use Cases

  • Authentication & session management: quick login and status checks to ensure access.
  • Issue Management: view, create, update, and comment on issues from the terminal.
  • Transitions & workflows: move issues through statuses and apply common transitions.
  • JQL Search: run complex queries and filter results for quick insights.
  • Project Operations & Watching: list projects, assign issues, and watch items for updates.

Quick Start

Install the jira CLI, authenticate with your Jira instance, and start managing issues from the terminal.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I manage Jira issues from the terminal?

Managing Jira issues from the terminal requires the jira CLI to be installed and authenticated against your instance. Once authenticated, you can perform rapid issue creation, updates, transitions, and complex JQL searches directly from the command line.

Can I run complex JQL searches across multiple projects in Jira from the command line?

Yes, running complex JQL searches across multiple projects from the command line is supported. You can execute queries and filter results directly in your terminal to gain quick project-management insights without using the web interface.

What do I need to authenticate and manage Jira workflows via CLI?

To authenticate and manage Jira workflows via CLI, you need the jira CLI installed and authenticated against your Jira instance. This setup enables quick login, session status checks, and the ability to move issues through statuses.

What is the best way to automate Jira issue transitions and updates?

The best way to automate Jira issue transitions and updates is using a dedicated CLI for issue control. This approach allows you to script rapid issue creation, updates, and apply common transitions directly within your software development workflow.

Does Jira CLI support project operations like watching and assigning issues?

Yes, Jira CLI supports project operations like watching and assigning issues. You can list projects, assign issues to team members, and watch items for updates directly from your terminal to streamline project-management workflows.