Documentation for JIRA 4.0. Documentation for other versions of JIRA is available too. 
![]()
Occasionally, there is a need to customise the CSV Importer to use more advanced operations. For example, it is possible to have Jira search for users using its Full Name instead of searching for a First Name Last Name combination To implement these features you will just need to add the property to the properties file created for the CSV Import.
Below is a list of the extra properties currently available.
Property Key |
Description |
Available Values |
|---|---|---|
duplicate |
Creates a duplicate field containing the same value |
|
settings.advanced.mapper.user |
Sets the mapper used to search for current users |
|
settings.advanced.mapper.comment |
Set the mapper used to create comments |
|
Attached is an example of how the properties are used.