Export data from Visual Studio Online - tfs

Is there any way to export TFS/VS Online?
We need to import the data to our onpremise environment.
We are running Windows Server 2012 R2 with TFS

AFAIK there is no free tool that can help you with migration from VSO (Visual Studio Online) to TFS (Team Foundation Server)
OpsHub has a paid product that should allow you to do this though.
http://www.opshub.com/main/index.php/products/oim
They have a free version of their tool to migrate from TFS on prem into VSO. Which seems to have been sponsored by Microsoft. http://blogs.msdn.com/b/bharry/archive/2014/05/14/migrating-on-premises-tfs-to-vs-online.aspx

Microsoft enabled this for a short while, but it is no longer available. There is a chance they will enable this again in the future. See this blog by Brian Harry for more details on the Export feature (about halfway down the post): http://blogs.msdn.com/b/bharry/archive/2014/02/21/vs-online-early-adopter-program-extended-to-may-7-2014.aspx

You can use the TFS Integration Tools to move your data from VSO to TFS. I have only done this once but it is possible. The TFS Integration Tools are however not hugely friendly and I would recommend contacting an expert 😊
http://nakedalm.com/migration-from-tf-service-to-tf-server-with-the-tfs-integration-platform/

Related

Workitems migration from TFS 2013 to Visual Studio Team Services

What are the best practices to migrate workitems say PBIs/Features manually from TFS to VSTS? And how to ensure we don't lose any linking to changesets or other linked child workitems?
Have referred the below link and the migration tool mentioned is deprecated and would like to know any other options which will help to migrate the data.
How to migrate work items from TFS to VS Team Services (VS Online)
The recommend way for now is using Migrate to Visual Studio Team Service, a way import your TFS Database into Visual Studio Team Services which definitely along with data.
However, currently only the following versions of TFS are supported for import with this tool:
TFS 2017 Update 3
TFS 2018
You may have to upgrade your TFS server to use. Alternative, the Microsoft official option is using public API-based tools.
Personally, even though Team Foundation Server Integration Tools has been deprecated. You could still use this solution in your case.
Besides, if you have no work item customization, then OpsHub is an
option. VSTS Sync Migration Tools is another way. But none offer a full fidelity migrations. Each tool has its own limitations.

Integration of TFS Express to SQL Server Data Tools

We are using Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 for our SSIS Packages development. We would like to integrate this with Team Foundation Server Express edition since it is free.
Please let me know whether this integration possible at all? What will be other limitations?
Thanks!
SQL Server Data Tools is a feature in VS, while TFS is a server that provides features like source code management, reporting, ect. If Visual Studio 2012 is not installed, you need to install Team Explorer to work with TFS.
Regarding TFS Express limitation, you may check this case: Limitations & Features of TFS Express 2013
By the way, instead of TFS Express, you may consider using Visual Studio Team Service.

Import data from Jira to TFS 2015

I'm planning a move from Jira to Team Foundation Server (TFS) 2015 and I can't find a good method of migrating the data between the two systems.
Are there any good methods out there ?
My company recently moved from Jira to TFS. I ended up writing my own utility to do the migration.
I've since published it as open source and it can be found on GitHub here:
https://github.com/KilskyreMan/JiraToTfs.git
The project will compile and run under Visual Studio 2015. It offers various mapping abilities via a GUI that should allow you (if needed) tailor your import.
Hope this helps - Ian.
For now, no documentation mentions how to migrate from Jira to TFS, but there are some plugins to have two-way sync between TFS and Jira, you can take a look at them:
TFS4JIRA (About About TFS4JIRA, you can get more information at https://confluence.spartez.com/display/TFS4JIRA/About+TFS4JIRA)
UseTFS
Atlassian Connector for Visual Studio

How do I migrate data from Team Foundation Server to Visual Studio Online?

I'd like to take advantage of Visual Studio Online but I have been using Team Foundation Server on-premises and would like to migrate my data (version control, work items, test cases, and test results) to get my team started with our history. How do I do that?
The Team Foundation Server Integration Platform is available as a free platform for migrating/synchronizing data between TFS servers and with Visual Studio Online.
The ALM Rangers have an article in MSDN Magazine with a walkthrough: http://msdn.microsoft.com/en-us/magazine/jj130558.aspx
There are a couple of limitations from what I understand:
Takes some work to get up and going but the walkthrough helps out a lot
This tool does migrate test cases but you need to run the UpdateSharedSteps tool from the product team.
Not actively invested in as new features in Team Foundation Server and Visual Studio Online lights up
Another option is to build your own migration utility using the Team Foundation Server SDK. You can use the Client Object Model to read data from your TFS server and then write it to your Visual Studio Online account.
There is a free migration utility from migrating data from Team Foundation Server on-premises to Visual Studio Online available from OpsHub: http://aka.ms/OpsHubVSOMigrationUtility.
It allows you to migrate team project(s) from TFS 2010, TFS 2012, and TFS 2013 including the history of:
Version Control
Work Items
Test Cases
It handles the most common scenarios by making smart assumptions that are good for most scenarios. For those with more advanced scenarios, the OpsHub Integration Platform is commercially available and helps with synchronizations, custom business rules during migrations including customized process templates, and migration/integrating with other ALM platforms like IBM, Atlassian, HP, etc.

About to work in a company that uses Team Foundation Server?Advice needed

As a developer I am a user of Subversion at the moment and I am changing job and going to work for a company that uses Team Foundation Server
I would like to learn the basic and more as user of Team Foundation Server
What do I need to do to replicate the enviroment and practice a bit?
Any Tips ?
What should I read?
Can I simulate the enviroment?
Thanks a lot
I would recommend reading this comprehensive document on codeplex: Visual Studio TFS Branching Guide 2010
For simulation, without having to set eveything up, there are virtual labs here: Team System Virtual Labs
As an aside, it is also worth installing TFS Sidekicks and the TFS Power Tools

Resources