acli

Automate Jira Cloud and Atlassian administration tasks from the terminal using acli.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/matlockx/track-work --skill acli-matlockx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acli
Source: https://github.com/matlockx/track-work/tree/main/.agent/skills/acli
Command: npx skills add https://github.com/matlockx/track-work --skill acli-matlockx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a terminal-first reference and automation guide for performing Jira Cloud operations and Atlassian organization administration using the acli CLI.

Core Features & Use Cases

  • Jira workitem management: create, edit, search, assign, transition, comment, clone, link, and archive work items from the command line.
  • Jira project/board/sprint administration: create and list projects, manage boards and sprints, and handle filters and dashboards.
  • Admin and automation: manage Atlassian users and authentication, switch accounts, and automate workflows from scripts.
  • Real-world scenario: Data-backed sprint planning by querying open work items and applying bulk transitions based on JQL results.

Quick Start

Install and configure the acli binary, ensure authentication, and run a sample Jira workitem search using the CLI.

Frequently Asked Questions about acli

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

FAQPage Schema
How do I automate Jira workitem management from the terminal?

You can automate Jira workitem management from the terminal by using the acli CLI to create, edit, search, assign, transition, and archive work items directly without switching to the web interface.

Can I manage Atlassian organization users and authentication via command line?

Yes, you can manage Atlassian organization users and authentication via command line. The acli CLI supports user administration, account switching, and non-interactive automation using optional API_TOKEN and API_KEY environment variables.

What is needed to run Jira sprint planning and bulk transitions using acli?

To run Jira sprint planning and bulk transitions, you need the acli binary installed and authenticated. You then query open work items and apply bulk transitions based on JQL results directly from your terminal.

Does this approach support managing Jira boards, sprints, filters, and dashboards?

Yes, this approach supports managing Jira boards, sprints, filters, and dashboards. The acli CLI enables you to create and list projects, manage boards and sprints, and handle filters and dashboards for day-to-day project management.

What is the best way to script Jira Cloud tasks for non-interactive automation?

The best way to script Jira Cloud tasks for non-interactive automation is using the acli CLI configured with API_TOKEN and API_KEY environment variables, allowing you to execute workflows and admin tasks seamlessly within scripts.

Are there limitations when using acli for Jira project management and admin tasks?

The primary limitation is that the acli binary must be installed and properly authenticated with your Atlassian organization beforehand. Without this setup and optional API credentials, non-interactive automation workflows will not execute.