Until now, time could only be logged on items whose work type had no child types — leaves like tasks and stories. Epics, features, and objectives showed a rolled-up total and nothing else.
That restriction is gone. Any item, at any level, can now hold its own time. Every item keeps two separate figures — its own logged time and the rolled-up total from its descendants — and every surface that shows time now reports the combined figure, with each logged hour counted exactly once.
What you'll notice:
Roll-ups that deliberately count each item's own time exactly once — board lane totals, board footers, and the per-user time report — are unchanged, so nothing is double-counted.
The time-entry list (the entries table, and the findTimeEntries API) is now scoped to what
you can see: your own entries, plus entries on items and workstreams your permissions grant read
access to. Item-level time totals are unaffected — if you can see an item, its rollup is honest.
Admins holding the manage-all-items or manage-all-time-entries capability, and the organization
owner, continue to see the full list.
WorkItemDto gains two derived fields: rolledUpTimeSpentSeconds (descendants only) and
totalTimeSpentSeconds (own + descendants). timeSpentSeconds remains the item's own
time.timeEntriesTotalSeconds is deprecated — and now returns a correct value derived from the
per-user map. It previously read a column that was no longer being written, so consumers of
this field will see its value change (from stale-or-zero to correct).hierarchy filter on findTimeEntries now actually filters to the requested subtree
(including workstream roots). It was previously accepted but silently ignored, so integrations
that passed it will see fewer — correct — rows.2026-08-17
The automated delivery loop we use with DevStride, Claude Code, Codex, and GitHub is now available to every customer as an easy-to-install Claude Code plugin.
2026-08-22
Time Tracking Lock: close an accounting period and the hours stop moving — configurable periods, grace windows, and uniform enforcement everywhere time is tracked.