create_time_entry
Create a time entry for a ClickUp task with team, task, start, and duration. Optionally set billable and add a description.
Instructions
Create a time entry for a ClickUp task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start time as ms timestamp | |
| task_id | Yes | The task ID to track time on | |
| team_id | Yes | The ID of the team (workspace) | |
| billable | No | Whether the entry is billable | |
| duration | Yes | Duration in ms (positive) | |
| description | No | Description of the time entry |