Azure DevOps · Arazzo Workflow
Azure DevOps Bug Triage by WIQL Query
Version 1.0.0
Find open bugs with a WIQL query, fetch the top result, and triage it.
Provider
Workflows
bug-triage-by-wiql
Query bugs with WIQL, then fetch and triage the top match.
Executes a WIQL query, and when at least one work item is returned, gets the top result and updates its state and priority.
1
runQuery
Execute the WIQL query and capture the first matching work item ID. The WIQL endpoint accepts a plain JSON body with a single query property.
2
getWorkItem
Fetch the full work item for the top match so the current fields are available before applying triage changes.
3
triageWorkItem
Apply a JSON Patch document that transitions the work item state and sets its priority, completing the triage action.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.