Skip to content

jira config get

  • Usage: jira config get KEY [flags]

Read one supported config key from the local config file. Use it in scripts when you need a single value without parsing the whole file.

Profile-scoped keys include the profile name in the key path, for example profiles.default.base_url.

Examples

jira config get theme.name
jira config get profiles.default.base_url # (1)!
  1. Read the active profile's base URL