Skip to content

Time Tracking

Log time spent on tasks, view personal timesheets, and generate channel-wide time reports. Max plan only.


ℹ️ Max plan only

Time tracking is available on the Max plan and during the free trial. On the Pro plan, time tracking commands return an upgrade prompt and the Log Time button does not appear on task cards.

Log time spent on tasks, view personal timesheets, and generate channel-wide time reports. Useful for agencies, service teams, and anyone who needs to track hours.

Logging time

There are three ways to log time:

Natural language (@mention)

@Tickr I spent 2 hours on the API task fixing endpoints
@Tickr log 1.5h on the checkout fix — code review
@Tickr worked 45 minutes on testing yesterday

Tickr extracts:

  • Task from title keywords or ID prefix
  • Hours from natural language ("an hour and a half" = 1.5, "45 minutes" = 0.75)
  • Description from context ("fixing endpoints", "code review")
  • Date from time references ("yesterday", "last Friday") — defaults to today

Slash command

/tickr log <task_id> <hours> [description]

Log time spent on a task.

/tickr log 01KH9DN3 1.5 Code review
/tickr log 01KH 2
/tickr log 01KH 0.5 Quick bug fix

Log Time button

Click the Log Time button on any task card to open a modal with:

FieldRequiredDescription
HoursYesNumber input (0-23)
MinutesYesSelect menu in 5-minute increments (0, 5, 10, ... 55)
DescriptionNoWhat was worked on
DateYesDate picker, defaults to today

Viewing time

Personal timesheet

/tickr timesheet [start] [end]

Your time entries for the current channel, grouped by date.

/tickr timesheet
/tickr timesheet 2026-02-01 2026-02-14

Defaults to the current week (Monday through today). Output is grouped by date with per-day and overall totals:

Timesheet for @you (Feb 17 - Feb 20)

  Feb 20
    API migration — 1h 30m (Code review)
    Fix login crash — 45m
    Day total: 2h 15m

  Feb 19
    API migration — 2h (Endpoint work)
    Day total: 2h

  Total: 4h 15m

Channel time report

/tickr timereport [start] [end]

Channel-wide time summary by person and by task.

/tickr timereport
/tickr timereport 2026-02-01 2026-02-28

Shows two breakdowns:

Time Report (Feb 17 - Feb 20)

  By person:
    @alice — 6h 30m
    @bob — 4h 15m
    Total: 10h 45m

  By task:
    API migration — 5h
    Fix login crash — 3h 15m
    Write docs — 2h 30m
    Total: 10h 45m

Where time appears

SurfaceHow it's shown
Task cards:stopwatch: 5h 30m logged in metadata row
Board canvas tableTime column showing total hours per task
Board canvas detailsRecent time entries with date, duration, author, description

Validation rules

  • Hours must be greater than zero
  • Hours cannot exceed 24 (more than a full day is rejected with a warning)
  • Slash command requires at least a task ID and hours
  • Natural language parses phrases like "an hour and a half" = 1.5, "45 minutes" = 0.75