update_phase_status
Update a project phase status to track progress. Setting to 'done' automatically logs the completion time.
Instructions
Update the status of a project phase. Valid statuses: pending, in_progress, done, blocked. Use this to progress phases as work is completed. Setting a phase to "done" automatically records the completion time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status for the phase. | |
| phaseId | Yes | Phase ID (from list_phases or get_project) | |
| workspaceId | No | Workspace ID. Defaults to your configured workspace. |