Skip to content

jira alias list

  • Usage: jira alias list [flags]
  • Aliases: ls

List command aliases stored in the active config file. Use it to see the short names that are expanded before Cobra dispatches a command.

Alias expansion is local config behavior. It happens before command parsing and never contacts Jira.

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
aliases object | null
count integer

Examples

jira alias list
jira alias list --output=json # (1)!
  1. Inspect aliases as a JSON map