ado_workitems_list_recent
List recently updated work items with filters for type, state, or assignee, sorted by last update (newest first).
Instructions
List recently updated work items in a project, with optional filters for type, state, and assignee. Results are ordered by last changed date (newest first). Use this for quick overviews; use ado_workitems_query for complex filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50, max 200) | |
| type | No | Filter by work item type: Bug, Task, User Story, etc. | |
| state | No | Filter by state: New, Active, Resolved, Closed, etc. | |
| project | Yes | Project to list work items from | |
| assignedTo | No | Filter by assignee display name or email |