acli-jira

Provides command reference for managing Jira issues, projects, boards, and filters via acli.

54|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/rbarcante/claude-conductor --skill acli-jira-rbarcante
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acli-jira
Source: https://github.com/rbarcante/claude-conductor/tree/main/skills/acli-jira
Command: npx skills add https://github.com/rbarcante/claude-conductor --skill acli-jira-rbarcante

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access a comprehensive Jira CLI command reference to manage issues, projects, boards, and filters without leaving your IDE or chat context.

Core Features & Use Cases

  • Authentication & session management: verify auth status, switch accounts, and log out before performing operations.
  • Work items & project ops: create, view, edit, transition, delete, and search work items across projects; manage projects, boards, sprints, and filters.
  • Output formats & automation: leverage JSON/CSV outputs for scripting, bulk operations via JQL/filters, and easy integration into pipelines.
  • Use Case: imagine running a nightly report that lists all open tasks in PROJ with assignees and statuses.

Quick Start

Ask the AI to show how to create a Jira task in PROJ using acli commands.

Frequently Asked Questions about acli-jira

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

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

You can manage Jira work items by using acli commands to create, view, edit, transition, and delete issues. This CLI reference supports authenticated workflows for direct project operations.

How do I bulk update Jira issues using JQL?

You can perform bulk actions on Jira issues by executing acli commands with JQL queries or saved filters. This allows you to transition or update multiple work items simultaneously.

Can I export Jira CLI output to JSON or CSV for scripting?

Yes, the Jira CLI supports JSON and CSV output formats. You can leverage these formats to integrate acli command results into automated scripts and pipeline reports.

How do I verify my Jira CLI authentication status before running scripts?

You can verify your Jira CLI authentication status by running acli session management commands. This ensures your credentials are valid before executing bulk work item operations.

What is the best way to generate a nightly report of open Jira tasks?

The best way to generate a nightly report of open Jira tasks is to script acli commands with JQL filters. You can output the results in CSV format to list assignees and statuses.

Does the Jira CLI support managing sprints and boards?

Yes, the Jira CLI supports managing boards and sprints. You can use acli commands to view and update agile board configurations and sprint workflows within your projects.