yougile_update_task
Update a task's title, description, column, assignees, deadlines, checklists, color, and time tracking. Archive, complete, or soft-delete tasks, and modify or remove deadline and timer settings.
Instructions
Update a task. Can change: title, description, columnId (move), assigned, completed, archived, deadline, checklists, color, timeTracking, stickers. 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 | |
| completed | No | Mark as completed | |
| checklists | No | Replace checklists | |
| description | No | New description | |
| timeTracking | No | Set or remove time tracking |