ado_create_items
Create Azure DevOps work items with hierarchy (Epic, Feature, User Story, Task) and optionally add them to the current sprint.
Instructions
Create work items in Azure DevOps with optional hierarchy (Epic > Feature > User Story > Task). Items are assigned to the configured Area Path (board). Use addToCurrentSprint=true to add items to the active sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Work items to create with optional nested children | |
| addToCurrentSprint | No | Add items to the current sprint/iteration |