Get your TFS 2012 task board demo ready in under 1 minute

Posted by Tarun Arora on Geeks with Blogs See other posts from Geeks with Blogs or by Tarun Arora
Published on Sun, 14 Oct 2012 10:32:00 GMT Indexed on 2012/10/14 15:38 UTC
Read the original article Hit count: 316

Filed under:

Release Notes – http://tfsdemosetup.codeplex.com/  | Download | Source Code | Report a Bug | Ideas

In this blog post, I’ll show you how to use the ‘TfsDemoSetup’ application to configure and setup the TFS 2012 task board for a demo in well less than 1 minute In love

Step 1 – Note what you get with a newly created Team Project

  1. Create a new Team Project on TFS Preview

        image

2. Click Create Project

        image

3. The project creation has completed

       image

4. Open the team web access and have a look at the home page

Note – Since I created the project I am the only Team Member

      image

A default Team by the name AdventureWorks Team has been created

      image

A few sprints have been assigned to the default team but no dates for sprint start and end have been specified

       image

A default Area Path for the team is missing

      image

Step 2. Download the TFS Demo Setup Console application from Codeplex

1. Navigate to the TFS Demo Setup project on codeplex https://tfsdemosetup.codeplex.com/ 

     image

2. Download Instructions and TFSDemo_<version>

     SNAGHTML5496784

3. Follow the steps in the Instructions.txt file

     image

4. Unzip TFSDemo_<version> and open the target folder.

Two important files in this folder,

  • DemoDictionary.xml – This file contains the settings using which the demo environment will be setup
  • SetupTfsDemo.exe – This will run the TFS demo environment setup application

    image

 

Step 3 – Configure the setup (i.e. team name, members, sprint dates, etc)

1. Open up DemoDictionary.xml

     image

2. Walkthrough DemoDictionary.xml

        image

    a. Basic Team Details

        <Name> – Specify the name of the team

        <Description> – Specify a description to go with the team

        <SetAsDefaultTeam> – This accepts a value “true/false” when set to true, the newly created team will be set as the default team in the project

        <BacklogIterationPath> – Specify a backlog iteration path for the team

    b. Iterations – The iterations you specify here will be set as the Teams iterations

       <Iterations> – Accepts multiple <Iteration> nodes.

       <Iteration> – This is the most granular level of an Iteration

       <Path> – The path to the sprint, sample values, Release 1\Sprint 1 or Release 2\Sprint 2

       <StartDate> – The sprint start date, this accepts the format yyyy-MM-dd

       <FinishDate> – The sprint finish date, this accepts the format yyyy-MM-dd

    c. Team Members – Team Members that need to be added to the newly created team will be added under this section

        <TeamMembers> – Accepts multiple <TeamMember> nodes.

        <TeamMember> – This is the most granular level of a Team Member

        <User> – This accepts the username, if you are running this against TFSPreview then the live id of the user will need to be passed. If you are running this against TFS Server then the user id i.e. Domain\UserName will need to be passed

         <Team> – Specify the name of the team that you want the user to be assigned to.

    d. WorkItems – This section will allow you to add work items (product backlog Items and linked tasks) to the current sprint of the team

        <WorkItems> – Accepts multiple <WorkItem> nodes.

        <WorkItem> – Accepts one <ProductBacklogItem> and multiple <Task> nodes

        <ProductBacklogItem> – Used to create a Product Backlog Item type work item

              <Title> – The title of the Product Backlog Item

              <Description> – The description of the Product Backlog Type Work Item

              <AssignedTo> – Used to assign the work item to a team member. The team member name or email address can be passed.

              <Effort> – The total effort required to complete the Product Backlog Item

        <Task> – Used to create a linked task to the Product Backlog type work item

              <Title> – The title of the task type work item

              <Description> – The description of the Task Type Work Item

              <AssignedTo> – Used to assign the work item to a team member. The team member name or email address can be passed.

              <RemainingWork> – The remaining effort to complete the task type work item

Step 4 – Setup the demo environment against the newly created Team Project

1. Run SetupTfsDemo.exe

   image

2. Enter Y or y on the prompt to continue setting up TFS Demo setup.

    image

3. Select the newly created Team project, for this blogpost I had created the Team Project – AdventureWorks, so that is what I’ll select in the Connect to TFS Server pop up

   image

3. Click Connect and follow the messages that are written to the console application

    SNAGHTML580aabc

 

Step 5 – Validate that the Demo environment is set up as per the configuration

1. The team web access is all lit up Smile You have a Sprint, a burn down chart, team members…

   image

2. The team Demo has been added and has been set up as the default team

   image

3. The Sprint Backlog Iteration path, Sprints and Sprint start and finish dates have been set

   image

4. The default area path has been setup

   image

5. Taskboard – Backlog items view

   image

6. Taskboard – Team members view

   image

 

Step 6 – Exception Handling!

1. This solution has been tested against TFS 2012 Service/Server for the Scrum 2.1 process template.

2. You are likely to run into an exception if you mess up the config file Alien

3. If the team already exists and you run the console app to set up the team (with the same name) you will run into exceptions.

Please remember this is just an alpha release, if you have any feedback please leave a comment!

Didn’t I say that it would just take 1 minute, Enjoy! In love

© Geeks with Blogs or respective owner