Skip to content

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)!
  1. Set a default project
  2. Read a value back

Subcommands