0

We have a project/workspace setup in Visual Studio Team Services online. I would like to get a local backup of the workspace and project with all of its artifacts (attachments, Wiki notes and attachments, etc.).

Would a local version of TFS pointed to VSTS online clone the epics, features and stories locally? This is what I really need.

What is the process to accomplish this?

ElHaix
  • 12,846
  • 27
  • 115
  • 203

1 Answers1

0

You can not clone the whole contents of a team project, but clone the source code from version control system (Git or TFVC) is possible.

Seems you also want to migrate WIT from TFS to VSTS. You can refer these related posts: Migrate Workitems from local TFS into VSTS and Migrating Work Items from TFS 2017 to VSTS.

Besides, you can also refer the document Migrate data from TFS to VSTS.

Marina Liu
  • 36,876
  • 5
  • 61
  • 74
  • I need the project plan cloned. What if I had a local TFS running - can I point it to VSTS online - would it import the contents? – ElHaix Dec 27 '17 at 12:27
  • I added the part for migrate work items from TFS to VSTS. You can refer the detail steps in the related links. – Marina Liu Dec 28 '17 at 05:33