Are there any tools available for migrating from Jira on Demand to TFS 2012 ? All the tools that I saw needs Jira to be installed locally on our servers.
Asked
Active
Viewed 250 times
2
-
Which tools have you seen? – mdoar Mar 22 '13 at 18:46
-
And there is no way to add a URL for the Jira Instace? – Borislav Sabev Mar 25 '13 at 09:45
-
Boris, can you please elaborate your question? – Nishanth Nair Mar 25 '13 at 12:35
-
how about import and export using excel? – Nikhil Gupta Oct 02 '13 at 16:40
-
Not that I'm aware of. I would start creating a custom importer by using the JIRA REST API to extract the data from JIRA. I'm not sure what import methods there are for TFS though – mdoar Feb 25 '14 at 18:50
1 Answers
0
I'd think the easiest way would be to write a quick'n'dirty script to scrape everything out using the on-demand instance's REST API.
It should be enabled by default on all on-demand instances ( unless explicitly turned off. )
The API is documented at:

Brooke Gravitt
- 21
- 5