jira¶
Jira CLI
TUI-first, agent-ready CLI for Jira developer workflows.
Subcommands¶
- jira agent - Agent tooling: schema and guide for AI coding assistants
- jira alias - Manage command aliases
- jira auth - Manage Jira authentication
- jira boards - Browse the boards visible to this profile
- jira cache - Prime / inspect the local Jira metadata cache
- jira config - Manage configuration
- jira epic - Work with Jira epics
- jira issue - Work with Jira issues
- jira jql - Build JQL queries
- jira me - Show the active profile's Jira identity
- jira search - Run Jira searches
- jira tui - Launch the persistent dashboard
- jira version - Print version information
- jira worklog - Manage issue worklogs
Options¶
--adf-best-effort Allow lossy ADF conversions with structured warnings
--adf-strict Treat lossy ADF conversions as errors
--color string Color mode: "auto", "always", or "never" (default "auto")
-c, --config string Config file path
-d, --debug Enable debug output
-h, --help help for jira
-i, --interactive Launch persistent dashboard from root command
--no-input Disable interactive prompts (mandatory for headless / agent invocation)
--output string Output mode: auto, human, json, or compact (compact is the JSON data payload without the envelope — no ok/meta/warnings/errors) (default "auto")
-P, --profile string Jira profile name
--timeout duration Whole-invocation deadline (e.g. 30s, 2m); 0 disables it
Examples¶
# Launch the persistent dashboard
$ jira -i
# List issues as structured JSON
$ jira issue list --output=json
# Run a saved JQL query
$ jira search saved my-open-bugs
SEE ALSO¶
- jira agent - Agent tooling: schema and guide for AI coding assistants
- jira alias - Manage command aliases
- jira auth - Manage Jira authentication
- jira boards - Browse the boards visible to this profile
- jira cache - Prime / inspect the local Jira metadata cache
- jira config - Manage configuration
- jira epic - Work with Jira epics
- jira issue - Work with Jira issues
- jira jql - Build JQL queries
- jira me - Show the active profile's Jira identity
- jira search - Run Jira searches
- jira tui - Launch the persistent dashboard
- jira version - Print version information
- jira worklog - Manage issue worklogs