jira cache¶
- Usage:
jira cache [flags]
Prime and inspect the local Jira metadata cache that powers fast listing and shell completion. jira cache refresh refetches stale resources (or all with --force), jira cache clear removes cached files, and jira cache boards shows the cached boards.
The cache lives under a per-profile directory and is always safe to clear — the next command re-primes what it needs. --dry-run previews any of these without touching Jira or disk.
Examples¶
- Refetch everything, ignoring freshness
- Remove cached metadata for the active profile
Subcommands¶
jira cache boards: Cache and print the visible Jira agile boardsjira cache clear: Remove cached metadatajira cache epics: Cache and print the visible epic listjira cache fields: Cache and print the visible Jira field listjira cache issuekeys: Print the recently used issue keysjira cache issuetypes: Cache and print the visible Jira issue-type listjira cache labels: Cache and print the global Jira label listjira cache linktypes: Cache and print the configured issue-link typesjira cache priorities: Cache and print the visible Jira priority listjira cache projects: Cache and print the visible Jira project listjira cache refresh: Refresh stale cache resources (or all with --force)jira cache resolutions: Cache and print the configured Jira resolution listjira cache statuses: Cache and print the visible Jira status list