jira

Automate Jira issue management, transitions, and JQL searches via CLI.

Updated Oct 18, 2023
One-click install
npx skills add https://github.com/choidabom/devconfig --skill jira-choidabom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/choidabom/devconfig/tree/main/.claude/skills/jira
Command: npx skills add https://github.com/choidabom/devconfig --skill jira-choidabom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira CLI operations streamline issue management, project queries, and transitions from the terminal, reducing context switching and speeding Jira workflows.

Core Features & Use Cases

  • Authentication & session management: verify access with jira auth check and establish sessions with jira auth login.
  • Issue management: view, create, update, and comment on issues, and manage assignees and labels.
  • Transitions & workflows: list available transitions and apply status changes to move work items forward.
  • Querying with JQL: perform project-wide searches and filter results with flexible JQL queries.
  • Project operations: list projects and retrieve project details to plan work.

Quick Start

Authenticate with Jira using jira auth login and then retrieve an issue with jira issue get ISSUE-123.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira issue management from the terminal?

Jira issue management from the terminal is automated through CLI commands that create, update, view, and comment on issues. This approach reduces context switching and speeds up workflows by handling operations directly in your shell.

How do I run JQL searches across multiple Jira projects using the CLI?

Running JQL searches across multiple Jira projects with the CLI involves executing query commands that support flexible filtering. Results can be customized with specific output formats and field selection for project-wide searches.

Can I manage Jira workflow transitions from the command line?

Managing Jira workflow transitions from the command line is fully supported. You can list available transitions for an issue and apply status changes to move work items forward through their workflows.

What do I need to do before running Jira CLI commands for issue tracking?

Before running Jira CLI commands for issue tracking, you must establish a session using the auth login command and verify access with an auth check to ensure secure connectivity to your Jira projects.

Does the Jira CLI support retrieving project details and listing projects?

The Jira CLI supports retrieving project details and listing projects through dedicated project operation commands. You can retrieve necessary project information and plan work directly from the terminal.