Unified report timeline
get_report_timelineRetrieve a chronological timeline of all activity on a bug report, merging comments, fixes, QA runs, and AI interactions into a single view. Trace the full lifecycle of a report thread.
Instructions
Return the ordered activity timeline for one report (oldest to newest), merging reporter comments, fix events, QA runs, skill-pipeline steps, and Ask Mushi turns into one lane. Returns { events: [{ ts, kind, actor, summary }] }. Read-only. Use to see what happened end-to-end on a report thread; use get_report_detail for the static record or get_fix_timeline to debug one fix attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The report UUID |