-
Bug
-
Resolution: Resolved Locally
-
Low
-
None
-
4.1.1
-
None
-
4.01
-
When I wanted to import some issues from a csv file.
So I ran the import wizard.
Then I set the matching of the fields.
I decided to match due date with a field of my csv file.
But when I reached the end of the wizard, I expected to have to configure date format as it is explained in the documentation. See http://confluence.atlassian.com/display/JIRA/Importing+Data+From+CSV#ImportingDataFromCSV-2.4MiscellaneousInformation.
But nothing appears and it was impossible to import the due date.
I had to add manually these 2 lines :
date.import.format = dd\/MM\/yyyy
date.fields = Due Date
Then the import worked but I lost a lot of time.
Is there any bug ????
PS : 2 files in attachment : the .csv file and the template to import it