acli

Automate Jira workflow management tasks through the acli CLI.

3|Updated Nov 22, 2020
One-click install
npx skills add https://github.com/jeffutter/nixpkgs --skill acli-jeffutter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: acli
Source: https://github.com/jeffutter/nixpkgs/tree/main/modules/home/languages/ai/skills/acli
Command: npx skills add https://github.com/jeffutter/nixpkgs --skill acli-jeffutter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines Jira administration by providing a comprehensive, CLI-driven workflow for managing issues, projects, sprints, and boards without a web UI.

Core Features & Use Cases

  • CLI-based Jira management: search, view, create, edit, transition, and comment on work items without relying on the web UI.
  • Bulk operations and automation: perform batch updates and scripted workflows against teams and projects.
  • Integrations and reporting: generate JSON and CSV outputs for integration with CI pipelines and data analysis.

Quick Start

Activate the skill with basic authentication and try a simple query: acli jira auth login acli jira workitem search --jql "project = TEAM" --fields "key,summary"

Frequently Asked Questions about acli

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 from the command line by using a CLI tool to search, view, create, edit, transition, and comment on issues without the web UI. This allows fast, scriptable operations directly from your terminal.

Can I perform bulk updates on Jira issues without using the web interface?▼

Yes, you can perform bulk updates on Jira issues without the web interface by running scripted CLI workflows. This supports batch updates against projects and teams for automated administration.

How do I export Jira search results to JSON or CSV for CI pipelines?▼

You can export Jira search results to JSON or CSV by running a CLI workitem search with specified output formats. This generates structured data files for integration with CI pipelines and data analysis.

What is required to automate Jira workflows with a CLI?▼

Automating Jira workflows with a CLI requires the acli tool to be installed and authenticated. Once logged in, you can execute safe, scripted operations with pagination and validation.

Does CLI-based Jira management support viewing and managing project boards and filters?▼

Yes, CLI-based Jira management supports viewing and managing project boards and filters. You can handle day-to-day administration tasks for sprints and boards directly through command line queries.

What is the best way to script safe Jira administration tasks for large projects?▼

The best way to script safe Jira administration tasks for large projects is using a CLI that emphasizes pagination and validation. This ensures controlled batch updates and secure workflow transitions.