I am trying to import data from CSV which includes columns like task, start date, end date, status
CSV imported:
I was struggling with the date format during the import but once I believe I have sorted it to import without errors, I have noticed a logical error which changes only the day and year, but keeps the month as January by default, result is as below
Here is the date format used:
Jira
CSV
Any idea why this happens? Your help is highly appreciated!
I believe month should be MM not mm which is reserved for minutes.
I suggest opening the link for simplified dates to confirm this again.
The entry is case sensitive
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, the capital MM worked, many thanks!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.