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
I am importing Issues from a SCV and cannot find a way for Jira to take my date format. CSV doesn't seem to allow dd/MMM/yy, which seems to be the only way Jira will import date fields.
You can change the date format on the import screen to whatever you want it to be. Just be sure to keep the month as capital "M"'s. Click on the "SimpleDateFormat" for assistance on the format. How is the date formatted on your spreadsheet? We could possibley help you match the date format for import.
Hey @Steve Nienaber ,
I usually use the following format for dates: yyyy-mm-dd hh:mm ... this usually works.
Any other method seems to have issues where days and months might get turned around. Eg: 11/03/2023, could be 3rd November, 2023; or 11th March 2023.
Hope this helps,
--- Jacques.
Thank you, so to clarify, if I change the format in Excel to this, it should import correctly?
If you change your Excel date format to "2012-03-14", then you will also need to update the "jira import issues from CSV" date format to "yyyy-MM-dd". Whatever date format you are using in Excel, you will need to modify the Date Format field in jira to match.
I changed the Jira date format to yyyy-mm-dd (not yyyy-MM-dd as Excel does not seem to give that option) and this is the result:
Jira needs the capital M's. Lowercase m's in Jira mean something else.
Excel does not distinguish between lower or upper case in the format. Just jira.