Reputation: 3136
We are using TFS 2008 for project managmeent and I am looking for a method to roll up smaller tasks into larger tasks within tfs. Our work flow works like this:
After going through all of this we have lost the overall 'master task'. I am looking for a workflow that would allow Brad and myself to reference the master task easily, and to communicate that all of these sub tasks belong to the larger master task.
Any thoughts on how to implement such a work flow, or a better suggestions on how to tackle task roll up in tfs?
Upvotes: 0
Views: 1189
Reputation: 1707
There is no such support in TFS yet. However it will be possible to do something like this in rosario because it will support nested tasks, just like a tree structure.
You could utilize iterations and areas within TFS to accommodate this need.
Use these links as inspiration:
http://blogs.msdn.com/ericlee/archive/2006/08/09/when-to-use-team-projects.aspx http://blogs.msdn.com/slange/archive/2007/01/30/my-2-cents-on-areas-and-iterations-in-team-foundation-server.aspx
Upvotes: 2