update_task
Modify an existing task's status, notes, estimates, and more. Status changes are automatically logged with timestamps for a clear audit trail.
Instructions
Update an existing task. Use this to change status, add progress notes, update estimates, etc. Status changes are automatically tracked with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID (required) | |
| tags | No | Updated tags | |
| title | No | Updated title | |
| dueDate | No | Updated due date | |
| groupId | No | Move to different group | |
| summary | No | Updated summary | |
| assignee | No | Updated assignee | |
| priority | No | Updated priority | |
| statusId | No | New status ID - changes are tracked | |
| actualHours | No | Actual time spent | |
| description | No | Updated description in markdown | |
| estimatedHours | No | Updated time estimate |