rtaskmaster_update_task
Modify an existing task's properties including title, description, details, priority, dependencies, and test strategy.
Instructions
Update an existing task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| taskId | Yes | Task ID to update | |
| details | No | New implementation details | |
| priority | No | New priority | |
| description | No | New description | |
| projectRoot | Yes | Absolute path to the project root directory | |
| dependencies | No | New dependencies | |
| testStrategy | No | New test strategy |