jira cache refresh¶
- Usage:
jira cache refresh [resource...] [flags]
Refresh cached Jira metadata for the active profile. With no arguments, it checks every registered resource; with resource names, it checks only those.
Fresh resources are skipped unless --force is set. Resources are refreshed with bounded concurrency, and a failure for one resource is returned in the structured envelope without discarding successful refreshes.
Pagination¶
--unbounded¶
For boards, walk every page (disables the default cap)
Cache¶
--force¶
Refetch every resource regardless of freshness
--ttl-minutes <N>¶
Freshness window override for all resources (0 = per-resource default)
Default: 0
Execution¶
-p --parallelism <N>¶
Maximum concurrent requests (1-16)
Default: 1
Examples¶
jira cache refresh
jira cache refresh --force # (1)!
jira cache refresh boards labels # (2)!
jira cache refresh --force --output=json # (3)!
- Refresh everything, ignoring freshness
- Limit the refresh to named resources
- Refresh every resource and keep the result parseable