list_work_items
Retrieve recently active work items, grouping tickets with their linked commits, pull requests, and discussions. Provides a chronological view of past development activity.
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 |