Start timer
clockify_start_timerStart a Clockify timer to track work. Automatically fill descriptions from GitHub issues and assign projects, tasks, or tags for accurate time logging.
Instructions
Starts a new running timer. Prefer stopping any existing timer first unless the user wants overlapping entries. Pass issue_number/issue_title to apply .clockify.yml description.template when description is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | What you are working on. Overrides the description template. | |
| issue_title | No | GitHub issue title for description template. | |
| github_label | No | GitHub label name (also usable in template). | |
| issue_number | No | GitHub issue number for description template. | |
| workspace_id | No | Workspace ID override. |