Ready to migrate from Redmine to YouTrack?
Introducing the python-script ready to be used to import your projects, issues and users, along with their groups, roles and permissions from Redmine to YouTrack. It takes no time and allows to you to play with YouTrack on your own issues or continue your project right where you stopped, without loosing any data. Of course, you can migrate to any YouTrack version, either Stand-Alone or InCloud.
Download the latest version of YouTrack Rest Python Library and follow the step-by-step instructions to migrate from Redmine to YouTrack in no time!
By the way, our YouTrack Rest Python Library allows you to migrate from any issue tracking system, including Jira, Forbugz, Bugzilla, Mantis, AgileZen, Trac etc. Please check YouTrack Import page for more details.
Migrate to YouTrack and track with pleasure 🙂
Moranoa says:
October 22, 2013Curious how youtrack translates redmine sub-(sub-sub-sub..etc…)-projects into youtrack.
Currently this is something holding us up making the jump. Cannot find any sub- project support in YouTrack
Olga Kosyreva says:
October 31, 2013Hello Moranoa, thank you for reaching us out. In YouTrack there no sub-projects. Redmine sub-(sub-…)-projects will be translated into separated YouTrack projects named “parent / sub1 / sub2 …”.
Paul says:
August 26, 2014can you please leave an example with example URLS of the command needed to import redmine?
I followed the instructions but am having no luck:
sudo python redmine2youtrack.py -a myapikey http://myredminurl.com http://mycustomprefix.myjetbrains.com myyoutrackusername myyoutrackpassword myredmineproject
but I am getting the error:
File “redmine2youtrack.py”, line 101, in __init__
self._target = youtrack.connection.Connection(y_url, y_user, y_pass)
File “/home/myusername/youtrack-rest-python-library/python/youtrack/connection.py”, line 51, in __init__
self._login(*self._credentials)
File “/home/fire/youtrack-rest-python-library/python/youtrack/connection.py”, line 61, in _login
raise youtrack.YouTrackException(‘/user/login’, response, content)
Paul says:
August 26, 2014I have resolved the issue,
Here is an example import command when importing issues from the Redmine issue tracker:
sudo python redmine2youtrack.py -a yourRedmineAPIKey http://yourRedmineurl.com http://yourYouTrackPrefix.myjetbrains.com/youtrack root yourYoutrackPassord yourRedmineProjectName
I hope this helps!
Thomas says:
December 2, 2016Could you please provide examples on how to migrate issues, comments and attachments from csv files to youtrack? I can find an example for issues only…
Natasha Katson says:
December 2, 2016Hi, here is the latest documentation regarding import from a CVS file: https://www.jetbrains.com/help/youtrack/standalone/7.0/Import-from-CSV-File.html