update_task
Modify task details by specifying only the fields to change. Supports title, status, priority, dates, tags, assignee, and description.
Instructions
Update a task. Only provided fields are changed. Set assignee_id to 0 to unassign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names, e.g. ["July Release"]. REPLACES existing tags (pass [] to clear). Unknown names are auto-created. Call list_tags first to reuse existing tags. | |
| title | No | Updated title | |
| status | No | Updated status | |
| due_date | No | Updated due date (YYYY-MM-DD) or null to clear | |
| priority | No | Updated priority | |
| task_uuid | Yes | UUID of the task to update | |
| start_date | No | Updated start date (YYYY-MM-DD) or null to clear | |
| assignee_id | No | User ID to assign, or 0 to unassign | |
| description | No | Updated description (HTML supported) | |
| project_uuid | Yes | UUID of the project |