Using the Product Planning Workbook with the Scrum Template

The Product Planning Workbook does not work with the Microsoft Visual Studio Scrum 1.0 process template out of the box. Fortunately, it doesn’t take much work to modify the workbook so it will work with the Scrum template.

Note: For information on the Iteration Backlog workbook, see my other post: Using The Iteration Backlog Workbook with the Scrum Template.

Create the Product Planning query

The existing Product Backlog query is very close to what you’ll need. However, there are two differences, one minor and one not so minor. The not so minor difference is that it needs to show product backlog items that have been closed so it can show you velocity of previous sprints. As a result, I chose to create a new query specifically for this workbook, which you can do by following these steps:

  1. In the Team Explorer window, right click Product Backlog, which is under the Team Queries folder of your team project

  2. Click Copy

  3. Right click Team Queries and click Paste

  4. Type Product Planning – Workbook in the New Name text box

  5. Click OK

  6. Right click this new query and click Edit Query

  7. Above the query results, click on the Column Options button

  8. Click Area Path in the Available columns list

  9. Click the > button to add this to the Selected columns list

  10. Repeat to add the Activity column

  11. Click OK

  12. Click on the left side of the clause that excludes the Done state (where you see the right arrow to the left of the selected line):

    image

  13. Click the Delete Clause button (image) in the toolbar (at the top, right in the image above)

  14. Repeat for the Iteration Path clause

  15. Click Save Query at the top of the query editor window

Your query results should now contain the Area Path column and show Done product backlog items.

Modify the Product Planning Workbook

You’ll need to obtain a copy of the Product Planning workbook, which is located in the MSF for Agile Software Development v5.0 process template. You can follow the instruction in my previous blog post on how to retrieve an “unbound” copy of this workbook: Customizing the Iteration Backlog Workbook.

Once you have the Product Planning workbook, here are the instructions on how to modify the workbook:

  1. Press Alt+F11 to display the VBA editor

  2. In the Project window, click on LocalizableStrings:

    image

  3. In the Properties window, click Visible and then select –1 – xlSheetVisible from the drop-down:

    image

  4. Return to the Workbook and click the LocalizableStrings to display this now visible worksheet

  5. Change Story Points to Effort, which is probably in cell B5

  6. Change Active to Committed, which is probably in cell C2

  7. In the Project window, click on LocalizableStrings

  8. In the Properties window, click Visible and then select 2 – xlSheetVeryHidden from the drop-down

  9. Save the workbook

Binding to Your Project

Now you’re ready to go. You can create copies of this workbook and then bind them to a specific team project. Once you’ve bound the workbook (instructions below), you can’t use the workbook with any other team project.

  1. Click cell A1 of the Product Backlog worksheet
  2. Click on the Team ribbon
  3. Click New List in the Team ribbon
  4. Select your project and click Connect
  5. Click Query List
  6. Click the drop-down under Query List and select Product Backlog from your team project
  7. Click OK

Your worksheet should now be ready to use.