Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was wondering if someone could tell me what area/iteration in Team Foundation Server WorkItems is and how it should be used with projects?

Is it as simple as:

Area = Project Collection? Iteration = Version Number?

I can't seem to find much information on what these are and what they are used for?

share|improve this question

2 Answers

up vote 15 down vote accepted

The short answer is that the area classification is the logical division of your product or project, and the iteration classification is its chronological breakdown into releases and development iterations.

The area path describes the logical part of the system that your work item relates to, e. g., which module or subsystem some bug was found in. Likewise, the iteration path tells you which iteration put release a work item should be handled in, for example, this task is for the third iteration of the fifth release.

The logical and chronological breakdowns can be done any way that makes sense to your team, as long add the structure remains that of a tree.

Does this help? Assaf.

share|improve this answer
nice answer. – Robaticus Feb 24 '11 at 17:50
thanks for this, great explanation. – jimplode Feb 25 '11 at 10:07
You're welcome. :) – Assaf Stone Feb 25 '11 at 16:22

The application and usage of areas and iterations seems to be a difficult choice for quite a few (myself included). There is of course also the consideration that you might want to have one or two physical "TFS projects" and place all your projects under that separated by areas and a larger hierarchical structure.

This blog post has some intersting questions and answers showing pros and cons on the matter: http://blog.hinshelwood.com/when-should-i-use-areas-in-tfs-instead-of-team-projects-in-team-foundation-server-2010/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.