Set the default iteration path for a work item type in TFS

I am trying to customize my Team Foundation 2005 work items. We have 5 iteration paths in the Error work item type.

I would like it to default to a specific value, like Iterations.Iteration2 I tried to add a DEFAULT rule in the work item type editor but couldn't set the iteration path.

How can i do this?

+2


source to share


2 answers


I am getting the same error with TFS 2010 when I try to set the default work item type rule for the default iteration path.



It seems that the work item rules engine unfortunately doesn't allow for this (as explained by this post and others I've seen around).

+1


source


Create a work item template.



If you are using VS you will need Power Tools . If you are using the web interface, this feature is already built in .

0


source







All Articles