Skip to content

shayarnett/trachouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Trac to Lighthouse ticket importer

Original Author: Shay Arnett <[email protected]>

Contributions by :
    Maxim Chernyak <[email protected]>
    João Abecasis <[email protected]>
    Gaspard Bucher <https://github.com/gaspard>


NOTES
-----

You'll need to get lighthouse.rb from
http://ar-code.svn.engineyard.com/lighthouse-api/lib

Enter Lighthouse and Trac configuration data in the ###marked### sections.

Usage:

    require 'trachouse'

    t = Ticket.new

    # grabs all tickets from trac
    tickets = t.populate_tickets
    # import tickets to lighthouse
    t.import_tickets(tickets)
    # profit

You may want to inspect tickets and import a subset for testing, before
bulk processing all tickets.

About

Trac to Lighthouse ticket importer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%