update_task
Modify task details within a Clockify workspace by updating its name, assignees, estimate, or status. Requires workspace, project, and task IDs for precise task management.
Instructions
Update an existing task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigneeIds | No | Array of assignee user IDs | |
estimate | No | Task estimate (ISO 8601 duration) | |
name | No | Task name | |
projectId | Yes | Project ID | |
status | No | Task status | |
taskId | Yes | Task ID | |
workspaceId | Yes | Workspace ID |