7

How to I migrate all stories (current sprint and historical data), comments and attachments from Jira to Azure DevOps? We just bough DevOps and would like to move all jira contents to DevOps.

Thanks AA

1

3 Answers 3

7

Solidify Labs has a JIRA to Azure DevOps migration tool available in the Visual Studio Marketplace.

Some of the capabilities include (more here):

  • Export Jira issues from Jira queries
  • Map users from Jira to users in Azure DevOps/TFS
  • Migrate work item field data
  • Migrate links and attachments
  • Migrate history
Sign up to request clarification or add additional context in comments.

Comments

2

It is possible to do but it will take some custom tooling.

If you are familiar with PowerShell you can use JiraPS and AzurePipelinesPS to get data from jira and post the data to Azure DevOps. If you have issues with either module feel free to open an issue on the project's GitHub page.

Edit: Some helpful JiraPS commands: New-JiraSession - Open a jira session Get-JiraIssue - Returns a jira issue with all its custom fields and data

1 Comment

It would be useful if you would give some detail how those PowerShell solutions could be used for getting JIRA data and posting to DevOps.
0

App named TFS4JIRA can help with your problem.
It makes possible to do one time migration and as well scheduled synchronizations both ways. Works for cloud and server instances of Azure and Jira.
You can check it there: TFS4JIRA

Core features:

  • synchronize issues (with all mapped fields there)
  • map users (f.e. assigned to field)
  • synchronize comments, attachments, web links
  • issue/item relation links .

More info you can find here: documentation

It's commercial app, but for 30 days you can evaluate this software.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.