get_sprint_burndown
Retrieves burndown data for a sprint including committed, completed, and remaining story points, issue counts by status, and raw time-series. Enables AI to analyze sprint progress and summarize completion trends.
Instructions
Returns burndown data for a sprint so the AI can analyze/summarize progress (this is data, not a rendered chart image). Includes a reliable computed summary (committed vs completed vs remaining story points, issue counts by status) plus best-effort raw GreenHopper burndown time-series. Requires Jira Software.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board id (rapid view id) the sprint belongs to | |
| sprint_id | Yes | Sprint id (from list_sprints) |