Changes between Version 2 and Version 3 of Modules/ImportWizard


Ignore:
Timestamp:
2012-04-30T15:37:16+02:00 (12 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/ImportWizard

    v2 v3  
    33
    44User 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 GUI
    7 
    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 }}}