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 yesterdayTickr 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 fixLog Time button
Click the Log Time button on any task card to open a modal with:
| Field | Required | Description |
|---|---|---|
| Hours | Yes | Number input (0-23) |
| Minutes | Yes | Select menu in 5-minute increments (0, 5, 10, ... 55) |
| Description | No | What was worked on |
| Date | Yes | Date 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-14Defaults 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-28Shows 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
| Surface | How it's shown |
|---|---|
| Task cards | :stopwatch: 5h 30m logged in metadata row |
| Board canvas table | Time column showing total hours per task |
| Board canvas details | Recent 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