Azure DevOps · Arazzo Workflow
Azure DevOps Create a Parent and Linked Child Work Item
Version 1.0.0
Create a parent work item, create a child, and link them hierarchically.
Provider
Workflows
create-linked-child-work-item
Create a parent and child work item, then link the child to the parent.
Creates a parent work item, creates a child work item, and adds a parent/child hierarchy relation between them.
1
createParent
workItems_create
Create the parent work item with a JSON Patch document setting its title.
2
createChild
workItems_create
Create the child work item with a JSON Patch document setting its title.
3
linkChildToParent
workItems_update
Patch the child work item with a relations add operation that creates a Hierarchy-Reverse link pointing at the parent's API URL.