clickup_task_replace_estimates
Update time estimates for a ClickUp task by replacing all existing user estimates with new values to maintain accurate project tracking.
Instructions
Replace all time estimates for a task (PUT replaces all user estimates)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. | |
| time_estimate | Yes | Time estimate in milliseconds | |
| user_id | Yes | User ID |