Inside VSTS

Agile Project Management for Everybody

For teams using an agile software development methodology, Team Foundation Server 2010 offers new tools to help you easily visualize the backlog, the workload per iteration and the workload per developer. Jeff Levinson guides you through the new features.

For those teams using an agile software development methodology, Team Foundation Server 2010 offers new tools to help you easily visualize the backlog, workload per iteration and workload per developer. Teams can quickly and easily break down the work and make adjustments as needed and get feedback immediately. Using Microsoft Excel to manipulate the data and TFS to store and report on the data, the new tools will help teams be faster and more accurate in their planning stages and helps them better keep track of their progress during iterations.

Team Foundation Server 2010 includes two Excel workbooks to help you with project management: the Product Planning workbook and the Iteration Backlog workbook. These files are part of the MSF for Agile 5.0 process template. They are located on the SharePoint site and so are accessible from the Team Explorer Documents node and are specifically found in Shared Documents (Product Planning) and Shared Documents\Iteration 1 (Iteration Backlog). The templates these are based on are both stored in Samples and Templates\Project Management on the SharePoint site. I'll discuss the usage of these templates towards the end of the article.

The process for using the workbooks is shown in Figure 1.


[Click on image for larger view.]
Figure 1. The process for using workbooks.
Product Planning
The process starts with Product Planning, where teams will enter requirements into their product backlog. As part of this process the Product Owner attaches a priority to each requirement (the Stack Rank) and the team discusses the difficulty of each item in relative terms using a technique such as Planning Poker and fills in those values (Story Points). Note that story points can be anything -- they can even be hours if the team wants and agrees to it. However, we generally try to steer teams away from this because it is too easy for teams to pad their "estimates." Figure 2 shows the Product Planning Product Backlog page.


[Click on image for larger view.]
Figure 2. The Product Planning Backlog page.

This worksheet lets teams order the requirements by the stack rank so they can easily ensure that the highest priority items are worked first. Note also that these are all User Stories -- there are no task breakdowns at this point, because the assumption is that the team does not have enough information to do a granular breakdown.

Figure 3 shows the relative work for each iteration. As teams make changes on the Product Backlog tab, this graph will update automatically.


[Click on image for larger view.]
Figure 3. The relative work per iteration updates as teams change the Product Backlog data.

One thing to note here is Iteration 1. There are only nine days in this iteration, as opposed to 10 in the other iterations. This is because there is one day off for Easter. The Interruptions tab contains the holidays that effect the overall planning.

Using this simple workbook, teams can easily determine the amount of work required to complete the product backlog. In this case, there are only three iterations defined and I still have items on the backlog, so it is easy to determine that I will have a fourth and possibly even a fifth iteration. I will show you how to add these later. Once you have made all of your changes, remember to publish the data back to TFS.

Iteration Planning
Once the product planning has been done (to the extent that it can be done -- remember that change is an integrated part of agile methodologies and this backlog will change over time) it's time to do the iteration planning. Figure 4 shows the Iteration Backlog workbook for Iteration 1. In this workbook, only those user stories and tasks that are present in Iteration 1 show up here.


[Click on image for larger view.]
Figure 4. The Iteration Backlog workbook.

In this figure you can see that Excel supports the hierarchical work item structure for parent/child relationships, which allows teams to add Tasks under their parent User Stories. The tasks are the breakdown of the user story and the actual work that the developer will perform. As you add each task, you assign it to an iteration, assign it to a developer and fill in the Remaining Work that is remaining work in hours. Notice that the Remaining work for the user stories is not filled in because this field isn't on the user story work item. The TFS reports will roll up this data for you.

Figure 5 shows the Capacity page for the iteration. Here there is a well-structured iteration because each developer is slightly under allocated.


[Click on image for larger view.]
Figure 5. The Capacity page.

On this page you can see and make adjustments to the assigned workload. As the iteration progresses this page is updated with the information gathered from the work items (developers reducing the remaining work and filling in the completed work). You can also set other items such as individual developer iterations and individual capacity in terms of hours per day. This all helps balance the capacity among the developers and lets teams plan for some developers being more productive than others. For example, Dev Leads are probably in many more meetings than the developers who work under them.

Adding New Iterations
How do you add new iterations? By default three iterations are configured for you, but only Iteration 1 is fully configured. By fully configured, I mean that if you expand the Iteration 1 node under Team Queries for your project you will see that there are 11 queries, whereas Iterations 2 and 3 have only the Iteration Backlog, which is required to support the Iteration Planning workbooks. Also, the Iteration 2 and 3 folders on SharePoint do not have the Iteration Backlog workbooks. In this example, I will walk you through adding a new iteration (Iteration 4) and you will see how to populate the information and workbooks you need.

Add a new iteration:

  1. Right-click the Team Project node and select Team Project Settings > Areas and Iterations
  2. Select the Iteration tab and click the Add Iteration button
  3. Enter Iteration 4 and ensure it is a child of the root Iteration node (optionally enter more as needed) and click Close
  4. Right-click the Server node (the root node in Team Explorer) and select Refresh

*Warning* Make sure you do not have any workbooks open when you click Refresh. It will break the connection between Excel and SharePoint and you won't be able to save the file directly back to SharePoint. If you accidentally do this, save the Excel file to a local folder and then upload it (drag and drop in Team Explorer) back to SharePoint.

Add documents to SharePoint:
  1. Expand the Documents\Samples and Templates\Project Management folder
  2. Expand the Documents\Shared Documents folder
  3. Right-click the Shared Documents folder and select Add New Folder. Call it Iteration 4
  4. Click and drag the Document Template -- Iteration Backlog.xlsm (holding the Ctrl key so that it makes a copy rather than moving it) to the Iteration 4 folder
  5. Rename the file to Iteration 4 Backlog.xlsm (note that you do not have to do it -- it's my preference)
Add the supporting queries:
  1. Expand the Work Items\Team Queries node
  2. Right-click the Iteration 3 folder and select Copy
  3. Right-click the Team Queries folder and select Paste. A dialog will be displayed asking what you want to name the folder -- call it Iteration 4
  4. Expand the Iteration 4 folder and right-click the Iteration Backlog query and select Edit Query
  5. Change the Iteration Path from Iteration 3 to Iteration 4 (Figure 6) and save the query

[Click on image for larger view.]
Figure 6. Changing the Iteration Path.

Hook up the Iteration Backlog workbook:
  1. Double-click the iteration 4 Backlog.xlsm file to open it (it will probably have Iteration 1 data in it)
  2. Select a cell anywhere in the Iteration Backlog list and select the Team tab
  3. Select Configure > List from the Work Items section of the ribbon and change the query to Iteration 4\Iteration Backlog – this will clear all of the items
  4. The last thing you have to do is after you have added a work item to this list where it is set to Iteration 4 you can go to the Settings tab and select Iteration 4 from the Areas and Iterations section.

This seems like a bit of work, but in reality it takes about five minutes and you should not have to do this except maybe once an iteration.

The planning workbooks included with the MSF for Agile process template make the job of visualizing the workload far easier and makes providing a realistic plan quick and easy. Because the workbooks are saved to SharePoint, interested stakeholders can keep track of the progress and be even more involved -- without having to try and decipher the teams' note cards. This method also allows for very details reporting from TFS and lets teams monitor themselves with no effort.

About the Author

Jeff Levinson is the Application Lifecycle Management practice lead for Northwest Cadence specializing in process and methodology. He is the co-author of "Pro Visual Studio Team System with Database Professionals" (Apress 2007), the author of "Building Client/Server Applications with VB.NET" (Apress 2003) and has written numerous articles. He is an MCAD, MCSD, MCDBA, MCT and is a Team System MVP. He has a Masters in Software Engineering from Carnegie Mellon University and is a former Solutions Design and Integration Architect for The Boeing Company. You can reach him at [email protected].

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube