Update task
tasks_updateUpdate fields on a task. Priority/status accept case-insensitive values. assignees REPLACES everyone on the task, it does not add to them - pass the full list you want to end up with, and read the current one from tasks_get first if you are only adding a person. Leave it out and the assignees are untouched. An empty list is refused: Matrix will not accept a task with nobody on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| status | No | To Do | In Progress | Review | Done | Blocked | Backlog | |
| task_id | Yes | ||
| archived | No | ||
| due_date | No | ||
| priority | No | Low | Normal | High | Critical | |
| assignees | No | The complete list of people on the task. Replaces the current one. | |
| est_hours | No | Total across all assignees. | |
| start_date | No | ||
| description | No | ||
| is_milestone | No |