What problem does it solve?
Atlassian Jira ticket work is often split between searching, editing, and updating issues across the web UI, which slows down automation-heavy workflows.
Core Features & Use Cases
- Jira Cloud ticket operations via CLI: Search, view, create, edit, assign, transition, comment, manage attachments, link issues, and watch work items from the terminal.
- Consistent command flags for repeatable automation: Use shared options like keys, JQL, fields selection, JSON/CSV output, pagination, and confirmation controls.
- Rich ADF support for formatted content: Use the provided ADF reference to craft correct JSON for descriptions and comments (and use file-based flags to avoid formatting/escaping issues).
Quick Start
Ask your agent to use acli to search for unresolved bugs in a project using the right JQL and return only the fields you care about.