Import from Lighthouse

Added by Joseph Pearson over 1 year ago

I coded up a rake task that uses the Lighthouse API to migrate your LH account data into Redmine.

Details here: http://inventivelabs.com.au/weblog/post/migrating-from-lighthouse-to-redmine

Posted here in case anyone else has similar requirements.

Replies (1)

RE: Import from Lighthouse - Added by Ben Mishkin over 1 year ago

I've made some fixes and enhancements to the script. The major fix was to correctly handle the pagination of tickets in the API. Also cleaned up issue matching, added more console output.

In order to correctly import issue states, you need to create identically-named statuses in redmine.

Would like to do:
  • import previous comments
  • create or map existing issue states -> statuses automatically
  • gracefully handle slow lighthouse / timeouts / other http errors

Can we get this added to the redmine lib/tasks?

lighthouse_import.rake - lighthouse -> redmine migration script (6 KB)

(1-1/1)