jiracli

Manage Jira tickets via command line using REST API v3.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/pramudityad/pi-config --skill jiracli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jiracli
Source: https://github.com/pramudityad/pi-config/tree/main/skills/pi-skills/jiracli
Command: npx skills add https://github.com/pramudityad/pi-config --skill jiracli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines your Jira workflow by allowing you to view, update, and manage tickets directly from the command line, eliminating the need to switch contexts to the web UI for common tasks.

Core Features & Use Cases

  • Ticket Management: View ticket details, list open tickets, and filter by status.
  • Workflow Automation: Add comments, transition tickets through statuses, and assign tickets to yourself or others.
  • Use Case: Quickly update a ticket's status to "In Progress" after starting work, add a comment with a link to your pull request, and then transition it to "Code Review" once submitted.

Quick Start

Use the jiracli skill to view ticket V2-5413.

Frequently Asked Questions about jiracli

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 configuring your Jira base URL, email, and API token. This enables you to view, list, comment on, transition, and assign tickets directly through Atlassian's REST API v3 without switching to the web UI.

How do I manage Jira tickets from the command line?

You can manage Jira tickets from the command line by configuring your Jira base URL, email, and API token. This enables you to view, list, comment on, transition, and assign tickets directly through Atlassian's REST API v3 without switching to the web UI.

Can I transition Jira ticket statuses and add comments via CLI?

Yes, you can transition Jira ticket statuses and add comments via CLI. The command-line interface integrates with Atlassian's REST API v3 to automate workflow steps, such as moving a ticket to "In Progress" or appending a comment with a pull request link.

Do I need an API token to track issues with a Jira CLI tool?

Yes, you need an API token to track issues with a Jira CLI tool. Authentication requires configuring your Jira base URL, email, and API token to securely connect to Atlassian's REST API v3 for all ticket management operations.

What is the best way to automate Jira workflow tasks in the terminal?

The best way to automate Jira workflow tasks in the terminal is using a CLI that interfaces with Atlassian's REST API v3. It allows you to programmatically list open tickets, assign users, and update statuses without leaving your development environment.

Does this CLI issue tracking tool support filtering tickets by status?

Yes, this CLI issue tracking tool supports filtering tickets by status. You can list open tickets and view specific ticket details directly from your terminal to streamline your daily task management and review processes.