user3881000
user3881000

Reputation: 101

Transfer issues from JIRA to Visual Studio Team Services (was Visual Studio Online)

Has anyone had any experience migrating JIRA tickets to Team Services? I'm just looking to see if there are any products or easy methods to help with the transition.

Upvotes: 2

Views: 2662

Answers (2)

GlennV
GlennV

Reputation: 3660

If you're just looking for a (1 time) migration instead of synchronization, and you have experience with REST APIs and scripting, then writing your own scripts/tool might be an "easy" solution, especially if you need to map different project/field configurations.

There are some related questions here:

Relevant REST API documentation is available here:

Upvotes: 2

Eddie Chen - MSFT
Eddie Chen - MSFT

Reputation: 29976

You can try with TFS4JIRA which support "TFS / VSTS to-and-from JIRA issues synchronization".

if the JIRA issue isn't yet paired with any TFS / VSTS work item create a new TFS / VSTS work item copy values of the fields for which mappings are configured from the issue to the work item pair the issue with newly created work item

Upvotes: 2

Related Questions