Qjira-cli

Manage Jira issues, sprints, and boards from the terminal via Jira CLI.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qjira-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qjira-cli
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qjira-cli
Command: npx skills add https://github.com/inho-team/qe-framework --skill qjira-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal-based Jira task management without needing an MCP server. It enables querying issues with JQL, creating and updating tickets, and navigating sprints and boards from the command line.

Core Features & Use Cases

  • CLI-based Jira operations: query, create, edit, and transition issues directly from the shell.
  • Sprint & board visibility: browse and manage boards and sprints without a GUI.
  • Automation-friendly workflows: script common Jira tasks for repeatable processes.

Quick Start

Run jira init to configure your Jira server and API token, then start issuing commands like jira issue list to manage tickets.

Frequently Asked Questions about Qjira-cli

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

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

You can manage Jira issues from the terminal by using a CLI wrapper to execute Jira commands directly in the shell. This approach enables querying with JQL, creating tickets, and updating issues without launching a graphical interface.

Do I need an MCP server to run Jira CLI commands in bash?

No, you do not need an MCP server to run Jira CLI commands in bash. The Skill operates as a lightweight wrapper around the Jira CLI binary, allowing terminal-based task management and automation without server dependencies.

How do I set up Jira authentication for terminal-based issue management?

To set up Jira authentication for terminal-based issue management, run the jira init command to configure your Jira server URL and API token. This initial setup ensures the CLI binary can authenticate and interact with your specific Jira instance.

Can I use JQL to query and filter Jira sprints from the command line?

Yes, you can use JQL to query and filter Jira sprints from the command line. The CLI wrapper supports JQL syntax for searching issues, alongside dedicated commands for browsing and managing boards and sprints directly in the shell.

What is the best way to automate Jira ticket creation and updates?

The best way to automate Jira ticket creation and updates is by wrapping Jira CLI interactions in bash scripts. This automation-friendly workflow allows you to script repeatable processes for creating, editing, and transitioning issues directly from the command line.

What are the limitations of managing Jira boards via a bash CLI wrapper?

A key limitation of managing Jira boards via a bash CLI wrapper is the reliance on the external Jira CLI binary and proper server authentication. Without a graphical interface, visualizing complex board layouts and sprint progress is restricted to terminal output formats.