Skip to content

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

jira cache boards # (1)!
jira cache boards --refresh # (2)!
jira cache boards --unbounded # (3)!
  1. Use the boards cache if fresh, otherwise fetch from Jira
  2. Force a re-fetch even when the cache is still fresh
  3. Walk every page, ignoring the default 100-page cap