task_update
Update a task's fields, dependencies, or status while preventing completion if subtasks remain unfinished, unless a human-approved force override is provided.
Instructions
Update a task; pass only fields to change. Completing it while subtasks are unfinished is refused unless force is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| tags | No | ||
| force | No | Proceed despite unmet prerequisites. Only when a human says the blocker no longer applies, never on your own initiative. Logged. | |
| title | No | ||
| status | No | ||
| due_date | No | ||
| priority | No | ||
| depends_on | No | Task IDs this task depends on (replaces existing) | |
| sort_order | No | Manual position within the epic; lower sorts first. Use task_reorder instead of setting this by hand. | |
| source_ref | No | Link to source code location | |
| assigned_to | No | ||
| description | No | ||
| actual_hours | No | ||
| estimated_hours | No |