create-task-with-subtasks
Create a new task in a KanbanFlow column and add multiple subtasks simultaneously in one operation.
Instructions
Create a new task and add multiple subtasks to it in one operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the task | |
| columnId | Yes | ID of the column to create the task in | |
| description | No | Optional task description | |
| color | No | Task color | |
| position | No | Task position (number, 'top', or 'bottom') | |
| subtasks | Yes | Array of subtasks to add to the new task |