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