Changes between Version 22 and Version 23 of TicketImportPlugin


Ignore:
Timestamp:
Feb 23, 2009, 7:17:20 PM (15 years ago)
Author:
François Granade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v22 v23  
    33== Description ==
    44
    5 This 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 is installed) from an Excel file.
     5This plugin lets you import into Trac a series of tickets from a CSV file or (if the [http://pypi.python.org/pypi/xlrd xlrd] library is installed) from an Excel file.
    66
    77You can also use it to modify tickets in batch, by saving a report as CSV, editing the CSV file, and re-importing the tickets.
     
    99This 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 great to review the tickets off-line, or to do massive changes to tickets.
    1010
    11 Based on the ticket id, or on the summary, in the imported file, tickets are either created or updated.
     11Based on the ticket id (or, if no id exists, on the summary) in the imported file, tickets are either created or updated.
    1212
    1313It is used by software products development teams daily on several projects in at least three companies.
     
    4141}}}
    4242
    43 No configuration is needed. To verify that it's correctly installed, run {{{python -c 'import xlrd'}}} from the command line: it should not cause an error.
     43To verify that it's correctly installed, run {{{python -c 'import xlrd'}}} from the command line: it should not cause an error.
    4444
    4545=== Configuration ===