Jira Bulk Upload Date Issue

Paul Murphy May 30, 2023

I'm trying to bulk upload a checklist into JIRA with the dates ranging from 05/06/2023 to 20/07/2023 and on five attempts so far, it hasn't presented a bulk upload validation error and uploaded dates only in January. 

So when it hits the date of 26/06, it shows as 26/01 and for the next task on 03/07 it has reverted back to 03/01.

The csv file is formatted as dd/mm/yyyy as is the configuration file. 

1 answer

1 accepted

0 votes
Answer accepted
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 30, 2023

Check https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

mm means minutes, so dd/MM/yyyy should do it

Suggest an answer

Log in or Sign up to answer