wetrack_update_project
Modify project details via partial updates; timeline changes trigger automatic sprint recalculation.
Instructions
Update a project's fields (partial update — only send what changes). Changing timeline recalculates sprints automatically.
Args: project_id: The project UUID. name: New project name. manager_id: UUID of new project manager. description: New description. start_date: New start date 'YYYY-MM-DD'. end_date: New end date 'YYYY-MM-DD'. sprint_duration_weeks: New sprint duration in weeks. color: New hex color. tags: New tag list (replaces existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| color | No | ||
| end_date | No | ||
| manager_id | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| sprint_duration_weeks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |