jira cache boards¶
- Usage:
jira cache boards [flags]
Prime the per-profile boards cache and print its status. Use it before board-name completion, board-scoped issue listing, or any workflow that needs board IDs without repeated agile API calls.
The command serves a fresh cache entry unless --refresh is set. Large sites are capped by default; use --unbounded when you need every board and are prepared for a longer live read.
Pagination¶
--unbounded¶
Walk every page (disables the default 100-page / 10 000-board cap)
Cache¶
--refresh¶
Force a fetch even when the cache is fresh
--ttl-minutes <N>¶
Freshness window before automatic refresh
Default: 40320
Examples¶
- Use the boards cache if fresh, otherwise fetch from Jira
- Force a re-fetch even when the cache is still fresh
- Walk every page, ignoring the default 100-page cap