yougile_create_task
Create a new task in YouGile on a board column or as a columnless subtask. Configure title, description, assignees, deadline, checklists, colors, stickers, time tracking, and subtasks.
Instructions
Create a new task. Provide columnId to place it on a board, or OMIT columnId to create a columnless subtask (then link it via the parent task's subtasks). Supports: title, description, assigned users, deadline (timestamp ms), checklists, color (task-primary/gray/red/pink/yellow/green/turquoise/blue/violet), time tracking, stickers (priority etc.), subtasks (child task IDs).
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 | No | Column UUID to place the task on a board. OMIT for a columnless task — used for subtasks (link via the parent's subtasks[]); a columnless task is nested under its parent and does NOT appear as a card on any board. | |
| deadline | No | Deadline settings | |
| stickers | No | Stickers as { stickerId: stateId }, e.g. priority { "950f0441-1b56-404a-9c13-30bf0620df70": "5801085f2018" } | |
| subtasks | No | Subtask task UUIDs (parent→child links) | |
| checklists | No | Checklists with items | |
| description | No | Task description (markdown supported) | |
| timeTracking | No | Time tracking |