Create time entry
clockify_create_time_entryCreate a completed time entry in Clockify by providing start and end times, with options for project, task, tags, billable, and description templates. Applies rounding from .clockify.yml.
Instructions
Creates a completed time entry with explicit start and end (ISO-8601). Applies .clockify.yml rounding when enabled. Supports description template fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO-8601 / yyyy-MM-ddThh:mm:ssZ. | |
| start | Yes | Start time in ISO-8601 / yyyy-MM-ddThh:mm:ssZ. | |
| tag_ids | No | Tag IDs to attach. | |
| task_id | No | Clockify task ID. | |
| billable | No | Mark entry billable. | |
| project_id | No | Clockify project ID. | |
| description | No | Entry description. | |
| issue_title | No | ||
| github_label | No | ||
| issue_number | No | ||
| workspace_id | No | Workspace ID override. | |
| apply_rounding | No | Override config rounding (default: use .clockify.yml). |