update-task
Modify existing task details such as dates, hours, status, and assignments to reflect project changes or progress updates.
Instructions
Update an existing task/allocation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID (task_id) | |
| name | No | Task name | |
| project_id | No | Project ID | |
| people_id | No | Person ID | |
| start_date | No | Task start date (YYYY-MM-DD) | |
| end_date | No | Task end date (YYYY-MM-DD) | |
| notes | No | Task notes | |
| estimated_hours | No | Estimated hours | |
| actual_hours | No | Actual hours spent | |
| priority | No | Task priority | |
| status | No | Task status (numeric) | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| task_type | No | Task type |