update-project-task
Update an existing project task by providing its ID and modifying fields like name, project, phase, notes, budget, billable, active, priority, dependencies, estimated hours, or status.
Instructions
Update an existing project task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_task_id | Yes | The project task ID | |
| task_names | No | Task name/title | |
| project_id | No | Project ID | |
| phase_id | No | Phase ID | |
| notes | No | Task notes | |
| budget | No | Task budget | |
| budget_type | No | Budget type | |
| color | No | Task color (hex code) | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| active | No | Active status (1=active, 0=archived) | |
| priority | No | Task priority | |
| sort_order | No | Sort order within project | |
| dependencies | No | Array of project task IDs this task depends on | |
| estimated_hours | No | Estimated hours for completion | |
| status | No | Task status (numeric) |