Importing GitLab issues to JIRA

Yeou-Fang Wang August 3, 2015

Is that possible to import issues from GitLab issue tracking to JIRA? Thanks.

1 answer

0 votes
teilor_soares
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 3, 2015

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

erik aronesty July 31, 2018

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.

Like # people like this
Erik Aronesty May 10, 2019

FYI: I wrote a custom program for this.   Both the Gitlab and Jira API's are sufficient to make things work.

Like # people like this
William Espejo May 20, 2019

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. 

Erik Aronesty May 22, 2019

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.

William Espejo May 22, 2019

Oh Ok, @Erik Aronesty

If you happen to find it, please advise. This will help a lot... Thanks again.

Manohar Goli (Dnfcs)
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 8, 2020

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. 

digmig May 19, 2021

@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.

Suggest an answer

Log in or Sign up to answer