jira-cli¶
Manage your Jira issues from the command line.
jira-cli brings Jira into your terminal: read and search issues, create and edit them, move them through their workflow, and add comments, links, and attachments, all without switching to the browser. Drop into a full-screen dashboard to work a whole queue, or run a single command in a script. Both go through the same commands.
Every command can also return a stable JSON envelope with typed exit codes, so a script or an AI agent reads the result exactly as a person would. That makes jira-cli as comfortable to automate as it is to drive by hand.
First run¶
Install jira-cli (all methods), then point it at your site and make your first read:
jira config init --base-url https://example.atlassian.net --email you@example.com
jira auth login # (1)!
jira issue list --assignee me
- Prompts for your API token and stores it (interactive on a TTY).
See Authenticate for the 1Password backend and the headless (CI) flow.
Explore¶
-
Install on macOS, Windows, or Linux.
-
Create a profile and store an API token in the OS keyring or 1Password.
-
Profiles, defaults, aliases, themes, and the full config reference.
-
Read, create, edit, transition, comment, link, and attach.
-
Triage interactively with tabbed views, quick-filter lenses, and single-key verbs.
-
Find issues with filter flags, raw JQL, or saved queries.
-
The JSON envelope, exit codes, and compact mode for scripts and agents.
-
Machine-readable command schema, per-workflow runbooks, and the live ADF matrix.