Definition: This field shows the amount of work (in hours, minutes, etc.) that has been logged directly on a specific work item.
Scope: Only includes work logged on that particular work item.
Example: If you log 4 hours of work on a Story, the Time Spent for that Story is 4 hours.
Definition: This field displays the total time spent on the parent work item and all its child work items (i.e., it is a roll-up or sum).
Scope: Includes the time logged on the parent work item plus all its child.
Example: If a Story has 4 hours logged directly, and its three sub-tasks have 3, 2, and 1 hours logged respectively, then:
The Story’s Time Spent = 4 hours
The Story’s Σ Time Spent = 4 + 3 + 2 + 1 = 10 hours
Each sub-task’s Σ Time Spent = its own time spent (since sub-tasks don’t have children).
The same logic applies to Hierarchy level 1, and their children are set at levels 0 and -1.
Time Spent is for the individual work item only.
Σ Time Spent is the aggregate for the work item and all its sub-tasks.
In exports (like CSV), only the direct Time Spent is included by default; you must add the Σ Time Spent column to see the roll-up 2 3.
Σ Time Spent is not searchable in JQL, but Time Spent is
Rahul Kumar
4 comments