wit_add_child_work_items
Create multiple child work items under a parent work item in Azure DevOps. Specify the work item type, parent ID, project, and details like title, description, area, and iteration paths.
Instructions
Create one or many child work items from a parent by work item type and parent id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items | Yes | ||
parentId | Yes | The ID of the parent work item to create a child work item under. | |
project | Yes | The name or ID of the Azure DevOps project. | |
workItemType | Yes | The type of the child work item to create. |