query_work_items
Execute WIQL queries to retrieve and enrich Azure DevOps work items with ID, title, state, type, and effort tracking fields.
Instructions
Query work items via WIQL and return enriched data.
Executes a WIQL query and returns work item summaries with id, title, state, type, and effort tracking fields.
Args: project: Azure DevOps project name. wiql: WIQL query string. top: Optional maximum number of results. working_directory: Optional path for ADO context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| wiql | Yes | ||
| top | Yes | ||
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |