jira config¶
- Usage:
jira config [flags]
Read and edit the jira configuration file. jira config init creates it, jira config get / jira config set read and write dotted keys, jira config profile lists profiles, and jira config theme sets the output theme.
Config holds metadata only — never tokens (see jira auth). set, init, and theme take --dry-run to validate and preview a change without writing the file.
Examples¶
jira config init --base-url https://example.atlassian.net --email you@example.com
jira config set profiles.default.default_project ENG # (1)!
jira config get profiles.default.default_project # (2)!
- Set a default project
- Read a value back
Subcommands¶
jira config get: Show a configuration valuejira config init: Create initial configurationjira config profile: List configured profilesjira config set: Set a configuration valuejira config theme: Manage theme configuration