Skip to content

nbearson/redmine2gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

redmine2gitlab

docker build -t redmine2gitlab .
docker run -it --rm -v "$PWD":/redmine2gitlab -w /redmine2gitlab redmine2gitlab /bin/bash

To use, edit the following:

edit the following

Redmine::Host   = ''
Redmine::APIKey = ''
Gitlab.configure do |config|
  config.endpoint       = ''
  config.private_token  = ''
end
  next if not gitlab_project.name == 'YOUR-PROJECT-NAME'

About

quick and dirty way to move the issues from redmine projects to gitlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages