Azure DevOps · Arazzo Workflow
Azure DevOps Create, Update, and Comment on a Work Item
Version 1.0.0
Create a work item, transition its state, and append a comment in one flow.
Provider
Workflows
create-update-comment-work-item
Create a work item, move it to a new state, and add a comment.
Creates a work item from a title and type, transitions it to the supplied state, and posts a comment summarizing the action.
1
createWorkItem
workItems_create
Create a new work item of the requested type by submitting a JSON Patch document that sets the title and description fields.
2
transitionState
workItems_update
Apply a JSON Patch that replaces the work item state and, when provided, its assignee, moving the item into an active working state.
3
addComment
workItems_addComment
Append a comment to the work item describing the change. This endpoint uses application/json (not the JSON Patch media type).