Get Ticket Burndown
get_ticket_burndownDaily burndown series replayed from the append-only ticket ledger: per-day scope (existing, non-cancelled), remaining, done levels plus added/completed flows, with a summary. Optionally scope to one epic's current subtree via root_id. Backfill (legacy_snapshot) rows seed state but never count as additions. days clamps to 7-180 (default 30). Optionally pass target_date to overlay a straight-line plan: an ideal series descending from the window-start remaining to zero on that date, for reading actual against plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| root_id | No | ||
| target_date | No | Optional plan-line end date, YYYY-MM-DD. Must be strictly after the window start. Omitting it leaves the output exactly as it is without a plan line. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |