jira

Manage Jira work items via Atlassian CLI with JQL search.

2|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill jira-eso-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/ESO-Toolkit/eso-toolkit/tree/main/.github/skills/jira
Command: npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill jira-eso-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and automates the management of Jira work items, allowing users to interact with Jira tickets directly from the command line without needing to navigate the Jira web interface.

Core Features & Use Cases

  • Ticket Management: Create, view, update, and transition Jira tickets.
  • Search & Filtering: Query Jira using JQL for specific tickets.
  • Collaboration: Assign tickets and add comments.
  • Use Case: Quickly create a new Jira task for a bug found during testing, assign it to yourself, and transition it to "In Progress" with a single command.

Quick Start

Use the jira skill to view the details of the Jira ticket ESO-123.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I manage Jira tickets from the command line instead of the web interface?

Jira ticket management from the command line is handled by using the Atlassian CLI to view, create, transition, and comment on work items directly. This avoids navigating the Jira web interface for routine development workflow tasks.

How do I search and filter Jira issues using JQL queries?

Searching and filtering Jira issues uses JQL queries executed through the Atlassian CLI. This allows you to query specific tickets matching custom criteria and retrieve work item details directly in your terminal.

Can I transition a Jira issue to In Progress and assign it without opening a browser?

Transitioning a Jira issue and assigning tickets can be done without a browser by executing specific Atlassian CLI commands. This supports common agile workflows by updating ticket statuses and ownership directly from your terminal.

What do I need to set up before using the CLI to interact with Jira work items?

Before interacting with Jira work items, you need to configure Atlassian CLI authentication. The Skill provides troubleshooting guidance for authentication setup and ticket formatting to ensure your environment is correctly connected.

Does this approach support linking existing Jira tickets during an agile development workflow?

Linking existing Jira tickets is supported within the agile development workflow. The CLI facilitates creating relationships between work items, allowing you to connect related issues directly from the command line.

Why does my CLI command fail when creating a new Jira task?

Creating a Jira task can fail due to incorrect ticket formatting or authentication errors. The Skill provides troubleshooting guidance to resolve common Atlassian CLI connection issues and validate work item formatting.