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)!
- Includes live Jira probes by default
- Run only the local credential check
- Probe permissions in the context of a specific project
- Machine-readable health check