Ticket import

Ticket import

This module lets you import tickets in batch, from an Excel spreadsheet or comma-separated-values (CSV) file.

The file or worksheet to import should contain:

The fields must be Trac fields. The valid fields for this Trac instance are: ${field} and , . Field names are case-insensitive: 'summary', 'Summary', 'SUMMARY' refer to the same field. The order of the fields does not matter. If you want to import columns that are not Trac fields yet, these fields must have been created as custom fields in Trac (It is easy to create new fields, but must be done by the Trac administrator in the Trac configuration file).

The only required fields are either:

or:

First, you will be shown a preview of the changes, and then you will be able to execute the import. The first step (uploading and previewing) will not modify the database.

Components, Milestones, etc... found in the spreadsheet will be added to Trac if they do not exist yet. You may want to customize them after that in the Admin section.


Note: worksheets containing non-data (e.g., charts) are skipped when counting the worksheets.