clickup_time_create
Log time entries in ClickUp by specifying duration, start time, and optional task details to track work hours.
Instructions
Create a time tracking entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billable | No | Whether this entry is billable | |
| description | No | Time entry description | |
| duration | Yes | Duration in milliseconds | |
| start | Yes | Start time as Unix timestamp (milliseconds) | |
| task_id | No | Task ID to log time against | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |