create_subtask
Create a subtask under a parent task, inheriting the parent’s status unless you specify another status, priority, or description.
Instructions
Create a subtask linked to a parent. Status inherits from parent unless specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Subtask title | |
| status | No | Column slug (defaults to parent status) | |
| priority | No | Task priority | |
| description | No | Subtask description | |
| parentTaskId | Yes | Parent task ID |