task_update
Update task fields and log status transitions automatically. Pass only the fields to change.
Instructions
Update a task. Pass only fields to change. Status transitions are automatically logged in the activity log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| title | No | ||
| description | No | ||
| status | No | ||
| priority | No | ||
| assigned_to | No | ||
| estimated_hours | No | ||
| actual_hours | No | ||
| due_date | No | ||
| source_ref | No | Link to source code location | |
| depends_on | No | Task IDs this task depends on (replaces existing) | |
| sort_order | No | ||
| tags | No |