如何在已建立好的 Team Project 將 Project Portal 建立

情境:

客戶在建立 Team Foundation Server 2010 時, 未將 TFS 與 SharePoint Services 設定, 所以在建立 Team Project 時, 無法建立 Project Portal

且已有建立 Team Project 並將 Source Code 簽入.

沒有 Project Portal 選項可以點選

image

處理步驟:

1. 開啟 Team Foundation Server Administration Console => SharePoint Web Applications => Add

image

2. 將 SharePoint 相關資訊填入

image

3. 下載並安裝 Team Foundation Power Tool

image

 

4. 使用 Team Foundation Power Tool 建立 Project Portal

tfpt addprojectportal /collection:https://YourTFSName:8080/tfs/YourProjectCollectionName /teamproject:”YourTeamProject” /processtemplate:”MSF for Agile Software Development v5.0”

5. 使用 Team Foundation Power Tool 建立 Reports

tfpt addprojectreports /collection:https://YourTFSName:8080/tfs/YourProjectCollectionName /teamproject:”YourTeamProject” /processtemplate:”MSF for Agile Software Development v5.0”

Enjoy.