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
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
Solidify Labs has a JIRA to Azure DevOps migration tool available in the Visual Studio Marketplace.
Some of the capabilities include (more here):
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
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:
More info you can find here: documentation
It's commercial app, but for 30 days you can evaluate this software.