get_work_item
Fetch a work item's complete cross-source timeline: tickets, commits, PRs, reviews, and discussions in order.
Instructions
Fetch a work item (a ticket or PR and everything linked to it) with its full cross-source timeline: the ticket, its commits, PRs, reviews, and discussions in chronological order. The best tool for 'show me everything about PROJ-123'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Work item ID (alternative to key) | |
| key | No | Work item key: a ticket key like PROJ-123, or a pr:... key from list_work_items | |
| limit | No | Max timeline activities to return (default 50) |