list_work_items
Retrieve recently active work items with their linked commits, PRs, and discussions. Filter by date, status, or text to see what you worked on last week.
Instructions
List work items (tickets/PRs with their linked activity), most recently active first. The structural answer to 'what was I working on last week' — each item groups a ticket with its commits, PRs, and discussions. Use get_work_item for the full timeline of one item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Only items active before this date | |
| limit | No | Max items to return (default 25) | |
| query | No | Substring match on key or title | |
| start | No | Only items active on/after this date (RFC3339 or YYYY-MM-DD) | |
| status | No | Filter by status, e.g. Done, In Progress, In Review |