jira¶
- Usage:
jira [flags]
Run Jira developer workflows from a terminal. Use it to read issues, build JQL, update work, manage authentication, and open the persistent dashboard.
With stdout attached to a terminal, bare jira prints help. In non-TTY or agent-detected output, bare jira emits the command schema as JSON; use jira agent schema when you want explicit discovery.
Dashboard¶
-i --interactive¶
Launch persistent dashboard from root command
ADF¶
--adf-best-effort¶
Allow lossy ADF conversions with structured warnings
--adf-strict¶
Treat lossy ADF conversions as errors
Output¶
--color <MODE>¶
Color mode; auto emits color only to a terminal and honors NO_COLOR, always overrides both
Allowed values:
auto— detect terminal (default)always— force colornever— no color
-d --debug¶
Enable debug output
--jq <EXPR>¶
Filter the JSON output with a jq expression; string results print raw, other values print as JSON per line
-o --output <MODE>¶
Output mode; compact is the JSON data without the envelope (drops ok/meta/warnings/errors)
Allowed values:
auto— detect terminal (default)human— rich textjson— JSON envelopecompact— JSON data only
Configuration¶
-c --config <PATH>¶
Config file path
Accepts a file.
-P --profile <NAME>¶
Jira profile name
--timeout <DURATION>¶
Whole-invocation deadline (e.g. 30s, 2m); 0 disables it
Runtime¶
--max-retry-wait <DURATION>¶
Longest a request will sleep out Jira rate limits (429/503) before giving up; 0 disables auto-retry. Always capped by --timeout
Default: 30s
--no-input¶
Disable interactive prompts (implied off a TTY or in an agent; pass --no-input=false to force prompts)
Examples¶
- Use the global interactive flag to open the dashboard
- Structured output for scripts and agents
Dashboard¶
jira tui: Launch the persistent dashboard
Jira Resources¶
jira boards: Browse the boards visible to this profilejira epic: Work with Jira epicsjira issue: Work with Jira issuesjira jql: Build JQL queriesjira search: Run Jira searchesjira user: Look up Jira usersjira worklog: Manage issue worklogs
Configuration¶
jira alias: Manage command aliasesjira auth: Manage Jira authenticationjira config: Manage configurationjira me: Show the active profile's Jira identityjira release-notes: Show what's changed in jira-clijira update: Update jira-cli to the latest release
Agent Discovery¶
jira adf: Convert and lint rich text between Markdown and ADFjira agent: Agent tooling: schema and guide for AI coding assistantsjira cache: Prime / inspect the local Jira metadata cachejira version: Print version information
Additional commands¶
jira open: Open an issue in a browser