create_subtask
Add a subtask to an existing task by specifying the parent task, project, and title, with optional details like due date, priority, and assignee.
Instructions
Create a subtask under an existing task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Subtask description. | |
| title | Yes | Subtask title. | |
| task_id | Yes | Parent task id. | |
| due_date | No | Due date. | |
| priority | No | Priority from 0 to 10. | |
| project_id | Yes | Project the parent task belongs to. | |
| assignee_email | No | Account email to assign to. |