I have a project with a bunch of tasks, each with an original estimate. My team has logged time spent and remaining time on ~70% of all the tasks (with most tasks marked as "done" and "0 hours remaining").
I want to add up all hours left for all tasks on the project by assignee. I am imagining a simple report that shows lists of assignee on the left, with Time remaining + Time logged on the top.
Is there a way to build such a report?
(I want an answer that says, for each person who worked on the project so far, they spent x hours, and they have y hours left to complete.)