Azure DevOps · Arazzo Workflow
Azure DevOps Board Bug Acknowledgement
Version 1.0.0
Query a board column with WIQL, fetch the work item type, and acknowledge the top bug.
Provider
Workflows
board-bug-acknowledgement
Find the top board bug via WIQL and post an acknowledgement comment.
Runs a WIQL query, and when a bug is found, reads the Bug type definition and adds an acknowledgement comment to the matched work item.
1
queryBoardColumn
Execute the WIQL query to find the top bug in the board column. The WIQL endpoint accepts a plain JSON body with a single query property.
2
getBugType
Read the Bug work item type definition to confirm the type and its valid states before commenting.
3
acknowledgeBug
Post an acknowledgement comment on the matched bug work item. This endpoint uses application/json (not the JSON Patch media type).
Source API Descriptions
openapi
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.