structure_getBoard
Read a Jira Structure Board as a nested tree, fetching key, summary, status, and issue type for each issue.
Instructions
Fast path: read a Structure Board as nested tree with key/summary/status/issuetype (forest + values). Use structure_getBoardToFile for large boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flat | No | If true, return flat rows with values instead of nested tree | |
| attributes | No | Override default attributes (key, summary, status, issuetype) | |
| forestSpec | No | Raw RestForestSpec; overrides structureId | |
| structureId | No | Structure id | |
| includeGenerators | No | Include generator / loop-marker rows (default true) |