clickup_task_set_estimate
Assign time estimates to tasks for specific users in ClickUp to track project hours and manage workload effectively.
Instructions
Set a time estimate for a specific user on a task
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 to set estimate for |