create_design_element
Create a design element node in the design/feature tree, optionally nested under a parent. Link work items to it to roll up progress.
Instructions
Create a design element (a node in the design/feature tree). type_id is a design-element type id; parent_id nests it under another element (omit for a root). Link work items to it so progress rolls up the tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type_id | Yes | ||
| parent_id | No | ||
| project_id | Yes | ||
| description | No |