= ImportWizard = [[TOC()]] User can upload an Excel file. Each Excel sheet is matched to entity by name. Each column in these sheets are compared against entity fields by name. This results in a report of 'importable sheets and fields'. If the user agrees the import can be done. == What does it do? == TODO, depends on the outcome of the GUI == User stories == These stories are on our todo list or already solved: Query to TRAC which inserts all closed and open tickets, eg: {{{ TicketQuery(component=dummy&group=status&type=enhancement&order=status&desc=true) }}} == Known bugs == These are bugs reported as part of this module: Query to TRAC which inserts all bugs: {{{ TicketQuery(component=dummy&type=bugfix) }}}