jira-cli

Fetch, search, create, and edit Jira tickets via command-line interface.

Updated Mar 17, 2023
One-click install
npx skills add https://github.com/IainMcl/dotfiles --skill jira-cli-iainmcl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cli
Source: https://github.com/IainMcl/dotfiles/tree/main/claude/skills/jira-cli
Command: npx skills add https://github.com/IainMcl/dotfiles --skill jira-cli-iainmcl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies interacting with Jira by providing command-line tools to fetch, search, create, and edit tickets, streamlining project management and issue tracking.

Core Features & Use Cases

  • Fetch Ticket Details: Retrieve specific information about a Jira ticket, including summary, status, and assignee.
  • Search Tickets: Query Jira for tickets based on custom JQL, filter by status, assignee, or project.
  • Create/Edit Tickets: Programmatically create new tickets or modify existing ones with various fields, including support for Atlassian Document Format (ADF) for rich text.
  • Use Case: Quickly check the status of a critical bug report, find all open tasks assigned to you, or create a new feature request without leaving your terminal.

Quick Start

Use the jira-cli skill to view the details of ticket QLT-33079.

Frequently Asked Questions about jira-cli

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

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

You can manage Jira tickets from the command line by using this Skill to fetch details, search with JQL, and create or edit tickets programmatically. It streamlines issue tracking directly from your terminal.

Can I search Jira issues using JQL in a terminal environment?

Yes, you can search Jira issues using JQL in a terminal environment. This Skill supports querying tickets with custom Jira Query Language, allowing you to filter results by status, assignee, or project.

How do I create Jira tickets with rich text descriptions programmatically?

You can create Jira tickets with rich text descriptions programmatically using this Skill. It supports Atlassian Document Format (ADF) to ensure proper rich text formatting when generating new issues with various fields.

What is the best way to retrieve Jira ticket details without a web browser?

The best way to retrieve Jira ticket details without a web browser is using this command-line interface. It fetches specific information about a ticket, including the summary, status, and assignee directly in your terminal.

Does this command-line Jira tool work for agile project management and issue tracking?

Yes, this command-line Jira tool works for agile project management and issue tracking. It provides CLI commands to fetch, search, create, and edit tickets, streamlining development workflows by keeping all issue management within the terminal.