Time tracking
Start a timer
Starts a timer for the authenticated user. Returns 409 if a timer is already running for this user.
POST
Start a timer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Body
application/json
Scope a time entry attaches to. card ties the entry to a specific card (and rolls up to its epic),
while category ties the entry to a workspace-level time category not associated with any card.
Available options:
card, category Example:
"card"
Example:
"2700"
Response
Timer started
A user's currently-running timer. Singleton per user per workspace.
Previous
Stop a timerStops the active timer for the authenticated user and creates a time entry as a side effect. Returns the created time entry.
Next
Start a timer