druzin
druzin

Reputation: 141

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 ?

Upvotes: 2

Views: 3489

Answers (2)

Ian Montgomery
Ian Montgomery

Reputation: 131

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.

Upvotes: 11

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31023

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:

Upvotes: 1

Related Questions