Query work items (WIQL)
query_work_itemsRun a WIQL query against Azure DevOps to retrieve matching work item IDs, enabling custom filtering by fields and states.
Instructions
Run a WIQL query and return matching work item ids. Example: SELECT [System.Id] FROM WorkItems WHERE [System.State] = 'Active'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiql | Yes | A WIQL query string | |
| project | Yes |