How to query the initial "Remaining work"
I'm trying to query/summarize the total amount of initial "Remaining work" per person per iteration in azure DevOps. In other words, I want to see the sum of the first initially entered "Remaining work" of all the tasks within an iteration per person.
Because you can change the "Remaining work" I can't see the initial amount of hours of a task, specialy if the task is put on "done" (then it automatically becomes 0). I can manually see the initial "Remaining work" per task in the history part but I can't find a way to put this in a query.
Would be great if someone knows a solution to this.