tags:

views:

16

answers:

1

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 exists I get the following message.

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

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

Thanks!

+1  A: 
  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.

Robaticus
I actually found it as well. Thanks for your reply.
dretzlaff17