solidify / jira-azuredevops-migrator

Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.
MIT License
263 stars 228 forks source link

Add support for development links to non-migrated GitHub repositories #1037

Open Alexander-Hjelm opened 6 months ago

Alexander-Hjelm commented 6 months ago

Is your feature request related to a problem? Please describe.

Links to existing GitHub repositories under the pretext that the repos will stay in GitHub is not supported as of today, even if we think that this is technically doable.

Describe the solution you'd like

When running the migration, we expect any links to GitHub commits/branches to be migrated to ADO development links. Both ADO and Jira would need to be integrated with the same GitHub organization at the time of migration. No repository mapping would be needed.

The behavior would be controlled by a boolean flag like --include-github-development-links in the configuration file.

Additional context

This feature request is a follow-up on https://github.com/solidify/jira-azuredevops-migrator/issues/1022