Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 496 Bytes

Redmine2Github

Convert Redmine issues to GitHub issues using API v3 (basic auth)

Adapted from https://github.com/diaspora/redmine-issues to use API v3 (for milestone support)

WARNING: still has some bugs... try to launch it twice...

Usage

  • edit the CONFIG section in redmine2github.rb

  • launch

    ruby redmine2github.com

Features

  • labels
  • milestone
  • assignee
  • closed

Does NOT support comments...

Dependencies

gem install rest-client
gem install json