time_entry_create
Log manual time entries to ClickUp tasks by providing team, task, and start time. Optionally set duration or end time, tags, and billable status.
Instructions
Create a new manual time entry for a task. Requires team_id, task_id, and start time. Optional duration or end_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag names to assign to the time entry | |
| start | Yes | Start time in YYYY-MM-DD HH:MM format (e.g., 2025-01-15 09:30) | |
| task_id | Yes | The ID of the task to add time to (supports custom IDs like DEV-1234) | |
| team_id | Yes | The ID of the team (workspace) to create the time entry in | |
| billable | No | Whether this time is billable | |
| duration | No | Duration in format like 1h 30m or 90m | |
| end_time | No | End time in YYYY-MM-DD HH:MM format | |
| description | No | Description for the time entry |