Here are a set of scripts to import data from an existing redmine setup to gitlab.
We have used this while we were shifing to gitlab. Hope it might be of help to any one who deos that in future.
- Python lib: requests
- Gitlab private-key of an admin
- Gitlab cookie of an admin (Hope you know how to get the cookie)
- Redmine auth-key of admin
- You need to set the config file.
- Each file also requie some configs (will try to put all in the conf file in future) like gitlab cookies and redmine auth-key. Set them.