Is not possible to import issues directly from GitLab to JIRA. But if you can export issues from GitLab to a CSV or JSON file, then you can use this file to import the issues to JIRA, as per https://confluence.atlassian.com/display/JIRA/Importing+Data+from+CSV
Cheers!
Teilor
Unfortunately the import wizard does all sorts of things you don't expect, like space separated labels, and auto-creating users, and getting the author wrong, and all sorts of stuff.
At the end of the day, the conversion almost never works and is extremely slow and painful to to undo becase Jira has no bulk user editing.
A custom program needs to be written for gitlab... don't waste your time trying to get the import to work, unless you heavily massage the data in excel first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FYI: I wrote a custom program for this. Both the Gitlab and Jira API's are sufficient to make things work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Erik Aronesty , would you be able to point me in the direction of your custom program? so I can test this migration I am trying to accomplish. Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I searched around for the code today and literally couldn't find it. Wrote it as a python script that pulled all the issues from gitlab and created issues in jira.... the only "not obvious" part involved translating sprints and other lables to equivalent jira issue stuff.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh Ok, @Erik Aronesty
If you happen to find it, please advise. This will help a lot... Thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Erik Aronesty did you manage to find the code ?? we have a use case to migrate issues from Gitlab to JIRA. Any help here would be of great help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Erik Aronesty Bumping in hopes you could share the code you wrote if you were able to locate it. Would be awesome to try it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.