Skip to content

jira cache issuekeys

  • Usage: jira cache issuekeys [flags]

Print the active profile's recently used issue keys, newest first. This is the list shell completion offers when a command takes an issue KEY: commands record keys as a side effect of using them (jira issue view, jira issue list, mutations), capped and deduplicated most-recent-first.

The list is local state, never fetched from Jira — jira cache refresh does not touch it, and jira cache clear issuekeys resets it.

Output fields

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

Field Type Description
count integer
issue_keys[] string
profile string

Examples

jira cache issuekeys
jira cache issuekeys --output=json # (1)!
  1. Machine-readable, newest first