ado_create_classification_node
Create area or iteration path nodes in Azure DevOps for project classification, with optional start and finish dates for iterations.
Instructions
Create an area or iteration path node (admin). For iterations, pass start/finish dates in attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New node name | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| attributes | No | For iterations: {"startDate":"2026-01-01T00:00:00Z","finishDate":"2026-01-14T00:00:00Z"} | |
| parentPath | No | Parent path under which to create the node | |
| structureGroup | Yes | Which classification tree |