You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am attempting to import bugs from Bug Tacker to JIRA . When I attempt the import I am successfully importing all fields except the 'Date Created' field .
I am importing from a .csv created by Excel.
I have tried a few different date or date/time formats in excel before saving the CSV file.
The issues all import except for the following field:
This filed is empty after the import.
CSV file dates are formatted to m/d/yyyy h:mm (e.g 1/25/2021 7:58:00 PM)
In External System Import Date format I am changing the Date format
This filed is empty after the import.
The log shows
Unable to parse created date: 4/8/2021 11:30
Unable to parse created date: 4/6/2021 18:26
Unable to parse created date: 4/5/2021 18:19
Unable to parse created date: 4/5/2021 12:50
Unable to parse created date: 4/4/2021 17:42
Ok, you say
"CSV file dates are formatted to m/d/yyyy h:mm"
But I doubt it.
That format is
minute/day of month/year hour:minute
Two problems - you probably want to start with an M for month number, not an m for minute, and your h means "hour of morning/afternoon" and your dates do not contain an am/pm flag. Either use hh for 24 hour clock or add am/pm to the CSV
Yes… his example CSV shows 4/5/2021 18:19 so that should be M/dd/yyyy hh:mm I think?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I'm pretty sure h is 12 hours, and hence needs the am/pm, and hh (or H) is 24 so it doesn't anything other than a number from 0-23
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I managed , I changed the format cells in CSV file to m/d/yy h:mm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try using M/d/yy h:mm in your format during import?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry it seems you have the full year? So M/d/yyyy maybe. However if your source has “0” in day field, e.g. 4/03/2021 then it would be M/dd/yyyy…I think. I believe there is a link that The import provides for formatting?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.