clickup_task_set_estimate
Set individual time estimates for specific users on ClickUp tasks to track effort in workload views and reports without affecting other team members' estimates.
Instructions
Set a per-user time estimate on a ClickUp task. Additive — other users' estimates are untouched. To replace all user estimates at once use clickup_task_replace_estimates instead. Estimates are used in workload views and reports. Returns the updated task estimate object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task. Obtain from clickup_task_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| time_estimate | Yes | Estimated effort in milliseconds (e.g. 3600000 = 1 hour, 28800000 = 8 hours). | |
| user_id | Yes | Numeric ID of the user whose estimate to set. Obtain from clickup_member_list. |