create_subtask
Create a subtask under a verified parent task in the same allowed project by specifying parent_task_id and name. Optionally set tags, deadline, stage, assignees, allocated hours, and description.
Instructions
Create a subtask in the same allowed project as its verified parent task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tag_ids | No | ||
| deadline | No | ||
| priority | No | 0 | |
| stage_id | No | ||
| description | No | ||
| parent_task_id | Yes | ||
| allocated_hours | No | ||
| assignee_user_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||