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
workItems_queryByWiql
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
workItems_get
Fetch the full work item for the top match so the current fields are available before applying triage changes.
3
triageWorkItem
workItems_update
Apply a JSON Patch document that transitions the work item state and sets its priority, completing the triage action.