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.

Output fields

With --output json, the response envelope's data object carries these fields. Run jira agent schema for the full machine-readable schema.

Field Type Description
key string
value

Examples

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