Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Team System - Create a Sharepoint Project Portal for an existing team project

I have an existing Team Project in Team System 2010 which, when I originally created it, I opted not to create a Sharepoint Project Portal website. I now would like a Sharepoint Project Portal website for the Team Project.

How do I do this?

In Visual Studio, I have tried Team->Team Project Settings->Portal Settings... and checking '"Enable team project portal" but I get the error:

TF229003: No response was received from following SharePoint site: htttp:/. Verify that it is operational, or specify another site

like image 703
Mark Robinson Avatar asked Nov 07 '11 09:11

Mark Robinson


People also ask

Can you create a team from an existing SharePoint site?

You can create a dedicated Microsoft Teams team from within the existing SharePoint team site.

What is the difference between a Teams site and a SharePoint site?

Microsoft Teams is the hub for teamwork. It allows for collaboration, chat, calls, meetings, and so much more! SharePoint Online is primarily a document management and intranet platform where you store, collaborate, and share information seamlessly across the organization, and is also part of Microsoft 365.

Can you link a SharePoint site to Teams?

If you are logged into your Office 365 Account, Teams will find the SharePoint sites associated with your organization's SharePoint Site. Or, you can paste in the link to your company's SharePoint directly. Select the site you want and choose Next.


1 Answers

It seems that the TFS PowerTools have a command-line utility tfpt which lets you add a Project Portal for an existing Team Project.

tfpt addprojectportal

A blog post with a bit more info: http://www.doodle.co.uk/Blogs.aspx/2010/06/15/Rebuilding-TFS-Portals

Edit: another post with examples: http://ivanfioravanti.wordpress.com/2010/07/01/create-project-portal-and-reports-for-an-existing-team-project-on-tfs-2010/

like image 73
Ronald Zarīts Avatar answered Nov 02 '22 02:11

Ronald Zarīts