This action starts a new time entry.
- API endpoint slug
- clockify.start_timer
- Filter code method
- Clockify.startTimer.skip(string?: reason)
- Runtime method
- runAction("clockify.start_timer", {})
Action fields
- Label
- Workspace / Project
- Helper text
- Select a workspace or a specific project
- Slug
- workspace_project
- Required
- true
- Can have default value
- false
- Label
- Task
- Helper text
- Enter task name (optional)
- Slug
- task
- Required
- false
- Can have default value
- true
- Label
- Tags
- Helper text
- Comma-separated list of tag names
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Clockify.startTimer.setTags(string: tags)
- Label
- Description
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Clockify.startTimer.setDescription(string: description)
- Label
- Is project billable?
- Slug
- billable
- Required
- false
- Can have default value
- true
- Filter code method
- Clockify.startTimer.setBillable(string: billable)