oscribble_update_task
Modify task details including text, priority, effort estimates, deadlines, or notes within Oscribble projects to maintain accurate project tracking.
Instructions
Update task properties (text, priority, effort estimate, deadline, or notes)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the project | |
| task_id | Yes | UUID of the task to update | |
| text | No | New task text (optional) | |
| priority | No | New priority level (optional) | |
| effort_estimate | No | New effort estimate like '2h', '30m' (optional) | |
| deadline | No | New deadline (optional) | |
| notes | No | Additional notes (optional, will be appended) |