Get timeline data (piano-roll)
get_timeline_dataRetrieve per-ticket worked spans and daily rollups for the board's piano-roll Timeline view, including start and complete times, status, and cost metrics, with optional date range filtering.
Instructions
Per-ticket worked spans for the board's piano-roll Timeline view, in one read pass. For every ticket returns: created date, startedAt (first status→In Progress audit event, falling back to its earliest work-log entry, then createdDate — startedSource says which), completedAt (completionDate or last status→Done event), lastActivity, status/product/type/sprint/priority/model for lane grouping and colour, cumulative tokens/additions/deletions/cost, and per-day work rollups (days[]) for clip intensity. Also returns a board-wide byDate[] rollup (tokens/additions/deletions/cost per day) for the datastream overlay strip. Optional from/to (ISO date or datetime) keep only spans whose worked window overlaps that range. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO date/datetime upper bound; only spans overlapping [from,to] are returned. | |
| from | No | ISO date/datetime lower bound; only spans overlapping [from,to] are returned. | |
| project | Yes |