update_task
Modify an existing task's fields: status, priority, assignee, due date, tags, to keep your shared roadmap accurate and current.
Instructions
Update an existing task. tags must be existing tag IDs from the same project. Returns summary by default; set verbose=true for full data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| status | No | ||
| taskId | Yes | ||
| dueDate | No | ||
| verbose | No | ||
| assignee | No | ||
| priority | No | ||
| projectId | Yes | ||
| description | No |