Jira Skill
Use acli to interact with Atlassian Jira from the command line.
Prerequisites
Verify acli is installed:
bash
which acli
If not found, tell the user:
acliis not installed. Please install it: https://developer.atlassian.com/cloud/acli/guides/install-acli/
If a command fails with an authentication error, run acli jira auth status to check the current session. For auth setup, see references/JIRA_AUTH.md.
Jira Subcommand Reference
- •jira auth — login, logout, status, switch
- •jira board — list-sprints, search
- •jira dashboard — search
- •jira field — cancel-delete, create, delete
- •jira filter — add-favourite, change-owner, list, search
- •jira project — archive, create, delete, list, restore, update, view
- •jira sprint — list-workitems
- •jira workitem — archive, assign, attachment, clone, comment, create, create-bulk, delete, edit, link, search, transition, unarchive, view, watcher