create_task
Create a new task in a project column with title, due date, priority, and optional parent task.
Instructions
Create a new task in a project column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| due_date | No | Due date in ISO 8601 format (YYYY-MM-DD) | |
| priority | No | Task priority | |
| column_id | Yes | The column UUID to place the task in | |
| parent_id | No | Parent task UUID (for child tasks) | |
| project_id | Yes | The project UUID | |
| description | No | Task description (HTML supported) |