agile_getBoardSnapshotToFile
Writes a Jira agile board snapshot to a local JSON file, returning the path and issue counts to keep large payloads out of chat.
Instructions
Same as agile_getBoardSnapshot but writes JSON to a local file (large boards / daily dumps). Returns path + counts without stuffing full payload into chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | ||
| fields | No | ||
| boardId | Yes | Board id | |
| filePath | Yes | Absolute path to write snapshot JSON | |
| maxIssues | No | ||
| excludeColumns | No | ||
| includeBacklog | No | ||
| includeUnmapped | No | ||
| omitEmptyColumns | No | ||
| applyKanbanSubQuery | No |