Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Add/Edit the Iteration Field in Team Foundation Server Scrum v1.0 beta Workflow

Tags:

I downloaded and installed the new Team Foundation Server Scrum v1.0 beta work template from Microsoft. I would like to edit the drop-down that displays in the Iteration field used when entering a new Sprint work item. If I enter in a release / sprint number that does not exist I get the following message:

"New Sprint 1: TFS20017: The area or iteration provided for field 'Iteration Path' could not be found"

Does anyone know where I need to go to edit this listing?

Thanks!

like image 361
dretzlaff17 Avatar asked Jun 28 '10 19:06

dretzlaff17


1 Answers

  1. Connect to TFS.
  2. In the Team Explorer, select the team project you want to define the iterations for.
  3. Click on the Team menu item in the Visual Studio menu bar.
  4. Choose the Team Project Settings sub-menu
  5. Choose Areas and Iterations...
  6. Add sub-nodes as necessary for areas or iterations.

Areas and Iterations are defined on a per-project basis, so if you are in one team project when you define them, you won't be able to access them from another team project.

like image 113
Robaticus Avatar answered Oct 26 '22 17:10

Robaticus