Am trying to migrate issues from CSV file to jira. We have formatted the dates to - "MM/dd/YYYY HH:MM AM/PM. During the migration jira is asking for a format and am using this format - MM/dd/yyyy hh:mm a.
is this date format correct?
Hey Joby,
I do believe that is indeed the right format, based on the information available about the JavaDataFormatter found here : https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
I would always recommend you to try an import in a test environment, because so many things can go wrong.
Cheers,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.