list_work_items
Retrieve Azure DevOps work items by type with filters for state, assignee, area, or iteration to track project progress.
Instructions
List work items by type (Epic, Feature, User Story, Task, Bug) with filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Work item type | |
| state | No | Filter by state | |
| assignedTo | No | Filter by assigned user | |
| areaPath | No | Filter by area path | |
| iterationPath | No | Filter by iteration | |
| top | No | Max items to return via 'top' (default: 50) |