yougile_update_task
Update task details: change title, description, column, assignees, deadline, checklists, subtasks, and more.
Instructions
Update a task. Can change: title, description, columnId (move), assigned, completed, archived, deadline, checklists, color, timeTracking, stickers, subtasks. To delete deadline/timer: pass { deleted: true } inside that field. To soft-delete task: set deleted=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task UUID | |
| color | No | Task color | |
| title | No | New title | |
| deleted | No | Soft-delete task | |
| archived | No | Archive task | |
| assigned | No | New assigned user UUIDs | |
| columnId | No | Move to column UUID | |
| deadline | No | Set or remove deadline | |
| stickers | No | Replace stickers as { stickerId: stateId }; value '-' removes that sticker | |
| subtasks | No | Replace subtask task UUIDs (parent→child links) | |
| completed | No | Mark as completed | |
| checklists | No | Replace checklists | |
| description | No | New description | |
| timeTracking | No | Set or remove time tracking |