Changes between Initial Version and Version 1 of TicketImportPlugin


Ignore:
Timestamp:
Jan 3, 2009, 2:56:34 PM (15 years ago)
Author:
François Granade
Comment:

New hack TicketImportPlugin, created by farialima

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v1 v1  
     1= Import or update tickets in batch from an Excel or CSV file into Trac =
     2
     3== Description ==
     4
     5This plugin lets you import into Trac a series of tickets from an CSV file or (if the [http://pypi.python.org/pypi/xlrd xlrd] library in installed) from an Excel file.
     6
     7You can also use it to modify tickets in batch, by saving a report as CSV, editing the CSV file, and reimporting the tickets.
     8
     9This plugin is very useful when starting a new project: you can import a list of requirements that may have come from meeting notes, list of features, other ticketing systems... It's also greate to review the tickets off-line, or to do massive changes to tickets.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for TicketImportPlugin are
     14[report:9?COMPONENT=TicketImportPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=TicketImportPlugin&owner=farialima new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:ticketimportplugin here].
     22
     23== Source ==
     24
     25You can check out TicketImportPlugin from [http://trac-hacks.org/svn/ticketimportplugin here] using Subversion, or [source:ticketimportplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29Once you have enabled the plugin and given yourself 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. Once you have uploaded it, a preview screen shows you what will be imported and let you confirm the import.
     30
     31== Recent Changes ==
     32
     33[[ChangeLog(ticketimportplugin, 3)]]
     34
     35== Author/Contributors ==
     36
     37'''Author:''' [wiki:farialima] [[BR]]
     38'''Contributors:'''