0
votes

I am not seeing the out of the box workbooks that come with MSF for Agile Software Development v5.0 in my Team Project. Turns out, TFS stores the Excel files for the template in the SharePoint portal that needs to be specified in the project settings.

From the Project Settings, There seems to be two different ways in which you can specify the Porject Portal location:

enter image description here

My Question:

  1. I am not sure why "Use this SharePoint Site" is listed as (Not configured)? Does the Team Foundation Server needs to have a local SharePoint instal for this option to be enabled? Or is it some kind of permission issue?
  2. Also, when I enter the SharePoint site collection root URL in the "Use a Web site" textbox, there is not much change in the situation. How is one supposed to use this option?
  3. Does this mean that in order to use the workbook one needs to install SharePoint in TFS?
1

1 Answers

1
votes

In order to use the workbook you do not need sharepoint. What you need to do is go to the Team Project Collection Node and right click and choose Process Template Manager, Download the process template on to your local computer. Go to the folder and you will see the excel workbook, you will be able to use the workbook.

MSDN article listing the steps to download the process template http://msdn.microsoft.com/en-us/library/ms181511.aspx

To Answer your other questions,

Q. I am not sure why "Use this SharePoint Site" is listed as (Not configured)? Does the Team Foundation Server needs to have a local SharePoint instal for this option to be enabled? Or is it some kind of permission issue?

You have an option to set up the sharepoint site when you create a new team project, however you have an option of not creating a new team site with each team project and can skip this step and come back later to the team project to associate an existing team site to the team project.

Q. Also, when I enter the SharePoint site collection root URL in the "Use a Web site" textbox, there is not much change in the situation. How is one supposed to use this option?

You do not need the team site for this, unless you are planning to publish the excel using excel services to the sharepoint site.

Q. Does this mean that in order to use the workbook one needs to install SharePoint in TFS?

No.

HTH

Cheers, Tarun