clickup_task_replace_estimates
Replace all per-user time estimates on a ClickUp task. Provide an array of assignees and times; any user not included loses their estimate.
Instructions
Replace the full set of per-user time estimates on a task. The request body is an array; any user not in the array has their estimate removed. To set one user's estimate without disturbing others, use clickup_task_set_estimate instead. Body shape per ClickUp's spec: [{assignee, time}]. Requires Business plan for multiple owners.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| estimates | Yes | Full set of per-user estimates to replace with. Every assignee not present here will have their estimate removed. At least one entry required. | |
| task_id | Yes | Task ID. Custom task IDs (PROJ-42) are auto-detected. | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |