create_time_entry
Create a manual time entry by specifying start time and duration. Optionally link to a task, track billable hours, or assign to a user.
Instructions
Create a manual time entry (with explicit start and duration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| start | Yes | Start time. | |
| duration | Yes | Duration in milliseconds. | |
| task_id | No | ||
| description | No | ||
| billable | No | ||
| assignee | No | ||
| tags | No |