I am attempting to import data from a csv file using the import wizard. I have a field for Date Created and Date Resolved. The excel format is dd/MMM/yy h:mm a and in JIRA the format is setup as dd/MMM/yy h:mm a.
I keep receiving the following error each time I import:
2015-04-10 15:29:14, 990 WARN - Unable to parse created date 31Mar/15 9:00 a
2015-04-10 15:29:14. 990 WARN - Unable to parse created dateStr 31/Mar/15 9:30 a
I have tried several different date formats (made sure the JIRA and excel formats matched) and I get the same parsing error each time.
Any suggestions?
I tried the following steps and it's worked for me.
Note: On seeing the format in csv I used "mm/dd/yyyy hh:mm a" in the Date format field during my first import and I got the same warning "Unable to parse date".
I had the same problem. The solution is not only the basic format like dd/mm/yyyy has to match but also delimiter.
In my case i had to use dd.mm.yyyy instead of dd/mm/yyyy
Same for the hours and minutes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing the same issue, i have tried multiple formats, any solution to this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anyone ever figure this out - i have tried multiple date formats both in JIRA and in excel - anytime i import it cannot parse the date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you ever find an solution to this? I'm having the same problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Youmna,
Please take a look at the second question of this article: https://confluence.atlassian.com/display/JIRA/Commonly+Asked+CSV+Questions+and+Known+Issues
Regards,
Arthur Gonçalves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Arthur,
I made sure the date from the configuration file matches the date coming from the csv file.
It states that "JIRA system date fields such as Created, Updated, and Due Date use "yyyy-MM-dd HH:mm:ss" but may need an offset adding. I tried this format and still received the parsing error. How do I ad an offset?
See screenshots below on configuration:
date picker.JPG
look and feel.JPG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.