Changes between Version 2 and Version 3 of Modules/ImportWizard
- Timestamp:
- 2012-04-30T15:37:16+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/ImportWizard
v2 v3 3 3 4 4 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. 5 == What does it do? ==6 TODO, depends on the outcome of the GUI7 8 == User stories ==9 These stories are on our todo list or already solved:10 11 Query to TRAC which inserts all closed and open tickets, eg:12 13 {{{14 TicketQuery(component=dummy&group=status&type=enhancement&order=status&desc=true)15 }}}16 == Known bugs ==17 These are bugs reported as part of this module:18 19 Query to TRAC which inserts all bugs:20 21 {{{22 TicketQuery(component=dummy&type=bugfix)23 }}}