Unified report timeline
get_report_timelineRetrieves the complete activity timeline for a bug report, merging comments, fix attempts, QA runs, and AI assistant interactions into one chronological view. Use to understand the full history of a report.
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 |