Decompose feature
decompose_featureReplace a feature ticket with linked subtasks. Creates subtasks, links them to the parent, and deletes the parent by default. Optionally keep the parent.
Instructions
Replace one feature with a set of linked subtasks. You provide the subtasks; this creates them (each linked to the parent) and deletes the parent. Returns the new tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket | Yes | The parent feature to decompose. | |
| project | Yes | ||
| subtasks | Yes | ||
| keepParent | No | If true, keep the parent instead of deleting it. |