Changes between Version 57 and Version 58 of TicketImportPlugin


Ignore:
Timestamp:
Mar 26, 2017, 1:17:29 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v57 v58  
    1414
    1515References to other tickets, such as the ones used in MasterTicketsPlugin, should be handled correctly, at least for the initial import.
     16
     17Once you have enabled the plugin and given yourself the `IMPORT_EXECUTE` permission, you will see a new '''Import''' tab in the main navigation. This tab contains a complete documentation on exactly how the import works, as well as a form to select the CSV or XLS file to upload:
     18
     19[[Image(import-wizard.png, width=80%, border=2)]]
     20
     21Once you have uploaded it, a preview screen shows what you will be importing and lets you confirm the import.
     22
     23To import tickets with history, they have to be imported in multiple go's. The first csv file should contain all tickets in new state. The second csv file the tickets in the next chosen states (can be any state known by the implemented ticket life cycle). Updates can include changes to the description, ownership and other fields.
     24
     25Basically, the second and next csv file imports update the tickets imported from the first.
    1626
    1727It is used by software products development teams daily on several projects in at least three companies.
     
    3848
    3949You can check out TicketImportPlugin from [/svn/ticketimportplugin here] using Subversion, or [source:ticketimportplugin browse the source] with Trac.
    40 
    41 == Japanese localization
    4250
    4351A Japanese localization has been done, you can access it at http://sourceforge.jp/projects/shibuya-trac/wiki/plugins%2FTicketImportPlugin, although it may not be the latest version.
     
    107115The format is the Python [http://docs.python.org/library/time.html#time.strftime fstrtime].
    108116
    109 == Example
    110 
    111 Once you have enabled the plugin and given yourself the `IMPORT_EXECUTE` permission, you will see a new '''Import''' tab in the main navigation. This tab contains a complete documentation on exactly how the import works, as well as a form to select the CSV or XLS file to upload:
    112 
    113 [[Image(import-wizard.png,width=300)]]
    114 
    115 Once you have uploaded it, a preview screen shows what you will be importing and lets you confirm the import.
    116 
    117 === Importing tickets including history
    118 
    119 To import tickets with history, they have to be imported in multiple go's. The first csv file should contain all tickets in new state. The second csv file the tickets in the next chosen states (can be any state known by the implemented ticket life cycle). Updates can include changes to the description, ownership and other fields.
    120 
    121 Basically, the second and next csv file imports update the tickets imported from the first.
    122 
    123117== Recent changes
    124118