Project

General

Profile

Actions

HowTo import issues » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
Pablo Estiga, 2017-02-01 20:25


HowTo import issues

Since 3.2.0 Redmine can import issues.
In the issues tab there is a import link on the right. You can import any csv-type file. The first line must contain the column names. You can freely assign them to the different fields of an issue.

Notes on different Fields

Parent Issue

If the field starts with an #, the issue with that id is referenced. If the field contains a number it references the index of the issue in the import. Note that it's not the line number as line 1 contains the header.

Assignee

This must be the username. (Name and lastname works, tested on redmine 3.3)

Category and Target version

During test with 3.3, the assistant allowed me to use an option to automatically create version or category.

Project

The assistant will let you choose on which project you want to import the issue.

Assistant

The assistant will help you (tested on 3.3):

  1. Will ask for options with the file:
    Field separator
    Field wrapper
    Enconding
    Date Format
  2. Then next step will ask for the fields to match
    This is very interesting, because no matter what the names of the columns are, here you map which column is which field on the issue.

Attached issues.csv has the csv used during test with 3.3.

Updated by Pablo Estiga about 7 years ago · 5 revisions