Skip to content

jira auth status

  • Usage: jira auth status [flags]

Reports credential resolution and (by default) probes the live Jira API to surface how the token actually behaves end-to-end. Pass --no-probe to skip remote calls and run only the local credential check.

Validation

--no-probe

Skip the remote /myself + /mypermissions check

--project <KEY>

Probe permissions in the context of this project

Examples

jira auth status # (1)!
jira auth status --no-probe # (2)!
jira auth status --project PROJ # (3)!
jira auth status --output=json # (4)!
  1. Includes live Jira probes by default
  2. Run only the local credential check
  3. Probe permissions in the context of a specific project
  4. Machine-readable health check