Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Team Foundation Server - Area / Iteration

Tags:

tfs

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?

like image 308
jimplode Avatar asked Feb 24 '11 15:02

jimplode


1 Answers

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.

like image 119
Assaf Stone Avatar answered Nov 15 '22 10:11

Assaf Stone