update_task
Modify task details in Clockify, including name, assignees, estimate, and status, by specifying workspace, project, and task IDs. Streamlines task management across projects.
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 |