query_work_items
Query Azure DevOps work items using WIQL or filter by type, state, assigned user, area, iteration, and tags.
Instructions
Query work items using WIQL (Work Item Query Language) or simple filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name | |
| wiql | No | WIQL query string (if provided, other filters are ignored) | |
| workItemType | No | Filter by type (Bug, Task, User Story, etc.) | |
| state | No | Filter by state (Active, Closed, etc.) | |
| assignedTo | No | Filter by assigned user (use "@Me" for current user) | |
| areaPath | No | Filter by area path | |
| iterationPath | No | Filter by iteration path | |
| tags | No | Filter by tag | |
| top | No | Max items to return |