structure_getBoardToFile
Fetch a Jira Structure board and save its JSON to a local file, returning the file path and metadata to avoid loading large trees into chat.
Instructions
Same as structure_getBoard but writes JSON to a local file (for large boards). Returns path + meta without stuffing the full tree into chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flat | No | ||
| filePath | Yes | Absolute path to write board JSON | |
| attributes | No | ||
| forestSpec | No | Raw RestForestSpec; overrides structureId | |
| structureId | No | Structure id | |
| includeGenerators | No |