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
workItems_queryByWiql
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
workItemTypes_get
Read the Bug work item type definition to confirm the type and its valid states before commenting.
3
acknowledgeBug
workItems_addComment
Post an acknowledgement comment on the matched bug work item. This endpoint uses application/json (not the JSON Patch media type).