Update task
task_updateChange a task by id: only the fields you pass are touched. tags REPLACES the whole list, due 'none' clears it, and project moves the task to a board that already exists. Returns the task's new row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id, e.g. NOVA-12 | |
| due | No | New due date, or 'none' to clear it | |
| tags | No | Replaces the whole tag list | |
| notes | No | ||
| title | No | ||
| column | No | ||
| project | No | Move the task to another existing project board | |
| priority | No | ||
| estimate_minutes | No |