Skip to content

jira epic board

  • Usage: jira epic board [flags]

Build a compact epic board report by listing epics and counting each epic's child issues by status. Use it when you need a terminal summary rather than opening Jira in a browser.

The command performs one child-issue lookup per epic and is capped by the epic list limit. If no Jira profile is configured, it returns empty rows and zero totals.

Output fields

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

Field Type Description
epics[].counts object | null
epics[].key string
epics[].status string
epics[].summary string
totals object | null

Examples

jira epic board
jira epic board --output=json # (1)!
  1. Include per-epic counts for scripts