structure_getForest
Retrieve raw Structure forest hierarchy from Jira Data Center, returning formula and parsed flat rows (rowId, depth, issueId) for advanced operations.
Instructions
Read Structure forest (hierarchy) via POST /rest/structure/2.0/forest/latest. Returns formula + parsed flat rows (rowId, depth, issueId / itemType). Prefer structure_getBoard for keys/summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forestSpec | No | Raw RestForestSpec JSON if you need transforms/sQuery; overrides structureId | |
| structureId | No | Structure id | |
| includeGenerators | No | Include generator / loop-marker rows (default true) |