yougile_create_task
Create a new task in a column with details like title, description, assignees, deadline, checklists, and time tracking for efficient project management.
Instructions
Create a new task in a column. Supports: title, description, assigned users, deadline (timestamp ms), checklists, color (task-primary/gray/red/pink/yellow/green/turquoise/blue/violet), time tracking, stickers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Task color: task-primary|gray|red|pink|yellow|green|turquoise|blue|violet | |
| title | Yes | Task title | |
| assigned | No | Array of user UUIDs to assign | |
| columnId | Yes | Column UUID to place the task in | |
| deadline | No | Deadline settings | |
| checklists | No | Checklists with items | |
| description | No | Task description (markdown supported) | |
| timeTracking | No | Time tracking |