create_time_entry
Log time spent on a ClickUp task by providing team and start times. Start a running timer or close it with a stop time, plus optional tags, billable flag, assignee, and duration.
Instructions
Log a time entry for a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | Stop time (Unix ms) — omit for open/running timers | |
| tags | No | ||
| start | Yes | Start time (Unix ms) | |
| task_id | No | Task to log time against | |
| team_id | Yes | The workspace/team ID | |
| assignee | No | User ID to log time for | |
| billable | No | ||
| duration | No | Duration in milliseconds (alternative to stop) | |
| description | No | Time entry description |