create_subtask
Create a subtask under an existing parent task and automatically verify the parent-child relationship.
Instructions
Create a child task and verify the parent-child relationship afterwards.
[Category: Verified Actions] [Auth: V1 + V2]
[Related: create_task, set_subtask_parent, verified_set_subtask_parent]Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project_id | Yes | ||
| parent_id | Yes | ||
| content | No | ||
| desc | No | ||
| priority | No | ||
| due_date | No | ||
| start_date | No | ||
| time_zone | No | ||
| tags | No | ||
| checklist_items | No | ||
| all_day | No | ||
| kind | No | ||
| reminder_minutes | No | ||
| recurrence | No | ||
| column_id | No |