In TFS 2012, is it possible to show a field on a Product Backlog Item that represents the total Remaining Work for all of the child Tasks?
I’ve tried to add the Microsoft.VSTS.Scheduling.RemainingWork field right to the Work Item Type layout, but that doesn’t actually make sense because how does it know where to roll up from?
The short answer is no. You have to custom code it. This article (and others on this blog) can get you started if you want to go that route.
link