kanbn_burndown
Retrieve burndown chart data from a Kanbn board as an object, with options to filter by dates, columns, sprints, and assignees for progress tracking.
Instructions
Get burndown chart data as an object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| dates | No | Dates defining a range to show a chart for (defaults to no date filter) | |
| columns | No | Only show tasks in these columns | |
| sprints | No | Sprint names or 1-based numbers to show charts for (defaults to the current sprint) | |
| assigned | No | Only show tasks assigned to this user | |
| normalise | No | Date normalisation mode |