Show HN: Jira to Gitlab Issue Migration Tool
$DAYJOB needed to migrate from JIRA to Gitlab due to business reasons (not related to the recent outage), so I wrote this issue migration tool [1] to help us preserve our historical data. This tool will copy issues from various JIRA projects to mirrored Gitlab projects (e.g. A jira project named JIRA-PROJECT1 will have its issues migrated to a gitlab project GL-PROJECT1). The tool also migrates issue comments to Gitlab notes and will recreate the existing issue links.
YMMV, but this is working well for us. Comments welcomed.
1: https://gitlab.com/jeremygonyea/jira-to-gitlab-miigration-tool
8 comments
[ 2.9 ms ] story [ 33.9 ms ] threadTo that end, I found JIRA to work well enough for the needs we had at the time.
FYI: a use case that’s near and dear to me is agencies working with clients that prefer to use their own task management tools to post issues/requests. We live in Gitlab, but clients love their own tools; asking them to use Gitlab for issues (even via email to service desk) is too much friction.
I'm already going to be investigating/ writing a Gitlab.com to some local copy for offline backups (the recent JIRA outage has us a little nervous putting all the eggs into one basket that someone else is holding).