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
Create the parent work item with a JSON Patch document setting its title.
2
createChild
Create the child work item with a JSON Patch document setting its title.
3
linkChildToParent
Patch the child work item with a relations add operation that creates a Hierarchy-Reverse link pointing at the parent's API URL.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.