harimau99 / jira-azuredevops-migrator

Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jira to Azure DevOps work item migration tool

The Jira to Azure DevOps work item migration tool lets you export data from Jira and import it as work items in Azure DevOps or Microsoft Team Foundation Server.

Build Quality Release
Build Status CodeQL Deployment status

Features

This tool lets you migrate work item from Jira to Azure DevOps or Microsoft Team Foundation Server. The tool has two parts, first Jira issues are exported to files then we import the files to Azure DevOps/TFS. We believe this is a good approach to migration since it allows you to export the data to migrate and validate it before importing it. It also makes it easy to migrate in batches.

Some of the capabilities include:

  • 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

Getting the tools

Getting started

The tools are provided as-is and will require detailed understanding of how to migrate work items between different systems in order to do a successful migration. If you need support or help with migrations feel free to contact the team at Solidify for expert consulting services.

FAQ - Frequently Asked Questions

Telemetry

In order to improve the tool we collect some telemetry data using Microsoft Application Insights. See Telemetry for more details, including how to disable telemetry collection.

Contributions are welcome

Here is how you can contribute to this project:

  • Fork the repo and submit pull requests for bug fixes and features
  • Submit bugs and help us verify fixes
  • Discuss existing issues/proposals
  • Test and share migration configurations

Please refer to Contribution guidelines and the Code of Conduct for more details, including how to build and debug the tools locally.

Tested with

The Jira to Azure DevOps work item migration tool has been tested on the following configurations:

  • Atlassian Jira Cloud
  • Atlassian Jira Server 7.0.0
  • Azure DevOps Services
  • Azure DevOps Server ("TFS 2019")
  • Team Foundation Server 2018 update 3

About

Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.

License:MIT License


Languages

Language:C# 99.7%Language:CSS 0.3%