azdo_query_work_items_by_wiql
Query Azure DevOps work items using WIQL syntax to filter and retrieve specific tasks, bugs, or issues from your project.
Instructions
Query work items using WIQL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_latest_n_comments | No | Include the latest N comments (optional). Set to -1 for all comments. | |
| organization | Yes | AzDO org name | |
| project | Yes | AzDO project name | |
| query | Yes | WIQL query string (e.g., "SELECT [System.Id] FROM WorkItems WHERE [System.State] = 'Active'") |