Return values from Parents/children tasks from one query?
If some work items have parent-children relationship, how to return values from the parent work items as well as the children from one query? If a task have a few children tasks, I would like to find the total remaining time for the parent task as well as the remaining time for each child task (which will add up to the number in the parent task). Thanks.