clickup_update_time_estimates_by_user
Update time estimates for specific assignees on a ClickUp task while leaving others unchanged. Use to adjust individual estimates without resetting the entire breakdown.
Instructions
Set or adjust specific assignees' time estimates on a task, leaving others unchanged.
Calls PATCH /v3/workspaces/{team_id}/tasks/{task_id}/time_estimates_by_user.
Note: Business Plan and above only — returns 400 if the Workspace isn't
entitled to per-assignee time estimates.
When to Use:
Tweaking one or two assignees' estimates without disturbing the rest of the breakdown.
When NOT to Use:
To wipe and fully re-specify the whole breakdown — use
clickup_replace_time_estimates_by_user.
Returns: A confirmation string with the new total estimate and the per-assignee breakdown that changed.
Examples: params = {"team_id": "123", "task_id": "abc123", "estimates": [{"assignee": 300001, "time": 5400000}]}
Error Handling:
400 means a payload/entitlement problem; 404 means the task doesn't
exist, or an assignee isn't currently assigned to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |