I'm attempting to import a project to a new instance and i keep getting unable to parse date errors.
The date format i use in the import tool is dd MMM yyyy HH:mm
Examples of error messages:
Hi @Fredrik Sievers , unsure how much research you may have already done. Indeed the date format has always been a bit of a trial and error for me depending on the source format. I find that the following source helps me out - unable-to-parse-date-error-using-csv-import-in-jira-cloud . In that article it references the SimpleDateFormat which I believe is also provided during the import process. Finally, check to be sure your date field includes the time component and if not then exclude from import.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.