Time Tracking
Start a timer or log time manually
Section titled “Start a timer or log time manually”Use /time from the command palette to open the time tracking interface:
- Timer mode: Select a task on a board or table, or open its detail page, then press W to start or stop its timer
- Per-ticket time log modal: Press B (or Cmd+K — “Log time”) on an open ticket to open an in-place dialog (day-grouped entries with a total and inline add row for any date and duration; total updates in real time as you add rows)
Both modes support saving the entry directly from the form.
Show task totals on boards and tables
Section titled “Show task totals on boards and tables”Enable Settings → General → Time tracking → Show total time on tasks to see each task’s accumulated time without opening it.
- Board cards show the total as quiet text. An active total turns green and advances live.
- Table view adds a sortable Time column. Use Configure table columns to hide, show, or reorder it.
- Concurrent timers all contribute to the live total. Paused timers remain frozen.
- The setting is board-specific and off by default. Disabling time tracking also hides totals.
Navigation on the time reports page
Section titled “Navigation on the time reports page”The /time view includes the standard app navigation rail, giving you quick access to Board, Calendar, Inbox, AI, and Search from anywhere on the time reports page.
React to the per-ticket time log modal
Section titled “React to the per-ticket time log modal”The per-ticket time log modal in the task detail view links to the broader /time view. Click See all time entries (or use the link in the modal header) to open /time?board=<board-id>&task=<ticket> in a new tab. The /time view then:
- Loads the board and task parameters from the URL
- Shows the time log for that specific task instead of a filtered list
- Includes an add/edit entry form with full Hours/Minutes, date, and note fields
- Displays all existing time entries grouped by date for the selected task
This makes it easy to navigate from a quick check of tracked time on a ticket into a detailed log with bulk actions (add rows, edit, delete).
Time reports in Light Mode
Section titled “Time reports in Light Mode”Time reports render correctly across Light and Dark themes:
- Reports display with clear borders to distinguish rows and columns.
- Light mode backdrops use the container background color (white for Light theme) rather than transparent or missing borders, ensuring legibility on typical white backgrounds.
- Fields like duration, assignee, and note remain fully visible and accessible; related labels and totals are legible without cross-out or missing content.
Use filters to view reports
Section titled “Use filters to view reports”The /time view aggregates time across your workspace and lets you filter by:
| Filter | Description |
|---|---|
| Team | All users in your team |
| Board | Specific board or project scope |
| User | Individual user (use ?user=me to see your own entries) |
| Range | Last 7 days, month-to-date, or custom date picker |
| Group | By task, board, user, or date |
Filters are saved per prompt so you can quickly reapply the same view.
Time report date presets
Section titled “Time report date presets”Select a date range from the start of the report:
| Preset | Description |
|---|---|
| Yesterday | Entries from the previous calendar day |
| Last week | Entries from the last full 7-day period |
| Last month | Entries from the previous full month |
| Custom | Open a date picker with From and To fields |
Time report interaction
Section titled “Time report interaction”For any filter view that shows a duration:
- Click a duration to open an in-depth time log modal for that row, with the full entry history and ability to add or edit entries
- This modal is basically the same view opened from the per-ticket time log on a ticket
Time report entry form UI
Section titled “Time report entry form UI”When adding or editing time entries, the time report entry form includes:
- Duration input: Accept HH:MM format, integer minutes, or split hours/minutes. A dedicated Hours and Minutes field makes selecting exact durations easier than combining them.
- High-precision duration support: Use h:mm:ss format for exact precision (e.g.,
0:45:30for 45 minutes and 30 seconds). The system stores durations at the second level for accurate reporting. - Date picker field: Fully clickable date field that opens the calendar popover for quick selection
- Multi-select filters per entry: Board and User checkboxes toggle per entry; rows can be bulk selected with checkboxes, deleted in bulk, or exported to CSV
- Entry-level local timestamps: Each manual entry is stored as local-noon timestamps so logs are correctly associated with the logged day, even across time zones
This UX appears in both the per-ticket time log modal and the broader time report when adding rows. Each entry stays on a single line; the person’s name truncates instead of every field wrapping on its own row.
Time log filters
Section titled “Time log filters”The time log modal also supports quick filters:
| Filter | Description |
|---|---|
| Assignee | Filter entries by who logged them; real assignee filter helps surface who actually worked on a task rather than who merely received it |
| All dates | Show all time entries regardless of date |
| Today / This week | Quick-finishing filters for common work periods |
View and export CSV reports
Section titled “View and export CSV reports”After applying filters, click Export to download a comma-separated values (CSV) file:
- Formatted for Excel and Google Sheets with decimal hours
- No injected formulas or formatting artifacts
- Includes task number, description, user, duration, date, and note
CSV export supports the same range and group filters as the time report.
Prompt shortcuts
Section titled “Prompt shortcuts”Quiet rows mode
Section titled “Quiet rows mode”Toggle Quiet rows in the view toolbar to hide the time cell for less verbose views. This keeps the table compact while preserving edit/delete access to each entry.
Save a “what is running now” view
Section titled “Save a “what is running now” view”Has a running timer is a filter like any other, so a saved view can hold it permanently instead of relying on the temporary board toggle. It works in table layout as well as on the board.
The filter needs time tracking enabled on the board; with it off, or with nothing running, it matches nothing rather than everything.
Pause and resume a timer
Section titled “Pause and resume a timer”On the running-timers overview, Pause freezes a timer in place and Resume continues the same total. The row stays listed while paused, showing Paused where the end time would be, and its elapsed count stops moving everywhere it appears: the overview, the task-detail indicator, and the board card badge.
A paused gap is never billed. Stopping a timer while it is paused ends it at the moment you paused, not at the moment you pressed stop, so a timer left paused overnight charges the work rather than the night. Starting a paused timer again resumes it instead of leaving it frozen.
Pause and resume are available in the app and via the MCP API endpoints /api/time/pause and /api/time/resume. The CLI and MCP surfaces can start, stop, and log time, and their payloads report whether a timer is paused, but they cannot pause or resume one yet.
Timer indicators
Section titled “Timer indicators”- Running timer badge: Appears in the Kanban header (Ctrl+K view) showing the number of active timers on the board
- Per-board persistence: Timer state is scoped per board — starting a timer on one board doesn’t affect timers on other boards
- Rail timer icon: When time tracking is enabled, the App shell rail shows a Timer icon that opens the running-timers view
Start a timer
Section titled “Start a timer”- Select a task on the board or table, or open its detail page
- Press W — the timer starts automatically
- Press W again to stop and save the entry
Log time on an open ticket
Section titled “Log time on an open ticket”- On an open ticket, press B (or Cmd+K — “Log time”)
- Day-grouped time entries appear with rows for each calendar day and a total at the top
- Click Add row to create a new entry for any date; type a duration in HH:MM or minutes (e.g.,
1:30or90m) - Enter separate Hours and Minutes values for precise durations (e.g., 1 hour 30 minutes)
- Adjust the date, duration, and optional note per row; the Board and User fields are multi-select checkboxes per entry
- Total updates in real time; click Save or press Return to commit all entries
See detailed entries for a task
Section titled “See detailed entries for a task”- Click the time cell on a board card to open the per-ticket time log modal
- Click See all time entries in the modal header to open
/time?board=<board-id>&task=<ticket> - The /time view shows the full time log, edit/add forms, and filters for that specific task
- Add additional entries directly from the /time view using Hours/Minutes or minutes
Refine filter views
Section titled “Refine filter views”- Open
/timefrom the command palette - Select filters from the Dropdown panel:
- Team, Board, User, Range, Group
- Click Save filters to prompt-saved states
- Quickly re-open saved filters from the left panel
Export data
Section titled “Export data”- Apply filters you want to export
- Click Export CSV
- Open in Excel or Google Sheets — times display as decimal hours ready for calculations