wiki:TicketImportPlugin

Version 1 (modified by François Granade, 15 years ago) (diff)

New hack TicketImportPlugin, created by farialima

Import or update tickets in batch from an Excel or CSV file into Trac

Description

This plugin lets you import into Trac a series of tickets from an CSV file or (if the xlrd library in installed) from an Excel file.

You can also use it to modify tickets in batch, by saving a report as CSV, editing the CSV file, and reimporting the tickets.

This 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.

Bugs/Feature Requests

Existing bugs and feature requests for TicketImportPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:ticketimportplugin here].

Source

You can check out TicketImportPlugin from here using Subversion, or browse the source with Trac.

Example

Once 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.

Recent Changes

18621 by jun66j5 on 2024-02-22 01:51:31
TicketImportPlugin: pass logging format and parameters rather than formatted string
18620 by jun66j5 on 2024-02-21 14:18:25
TicketImportPlugin: follow-up to r18418, fix compatible with Trac 1.6
18419 by jun66j5 on 2021-06-01 16:37:25
TicketImportPlugin: remove print for dumb debugging
(more)

Author/Contributors

Author: farialima
Contributors:

Attachments (1)

Download all attachments as: .zip