Importing many tickets from CSV in Redmine
Hi, everybody. Today, let me introduce a Redmine plugin.
This plugin enable you to import a lot of tickets from a CSV file at once. For example, when kicking off your project, it may have some usual tasks. So you prepare the template for projects like WBS, and only fill out the needed or changed columns.
License
Distributed under GPL
Download
Download redmine_importer (Version 0.0.3)
Installing and usages
After get the archived file. unzip it. and put them under vendor/plugins of Redmine. No needing to configure and you will see the added menu "CSV Import" in Redmine.
- The order of columns is same as the CSV which Redmine exports.
- The first line in CSV is ignored as a title line.
- If keeping the ticket number empty, it means to create a ticket newly.
- If ticket number is filled, the specified ticket wil be updated.
- Fill with login name not full name in the columns of author and assigned_to.
- Ignore the all of cutomized field.
- Make sure to fill something in description column. Empty description will occur errors.
- If you mistake somthing to fill the column values, you may see importing has finished correctly. Please make sure that tickets have been registered .
Notes
- Work and tested in Redmine 0.8.0
