query_work_items
Retrieve Azure DevOps work items by executing WIQL queries to filter and organize project data.
Instructions
Query work items using WIQL (Work Item Query Language)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| wiql | Yes | WIQL query string | |
| $top | No | Max results |