I am trying to imports CSV file into JIRA. Can you please help with date time parser?
I am using : 06/14/2018 12:00:00 AM
JIRA error: Unable to parse date time: 14/Jun/18 0:00 a using the date format pattern: dd/MMM/yy h:mm a
Version:1.0 StartHTML:000000305 EndHTML:000002245 StartFragment:000000414 EndFragment:000002213 StartSelection:000000414 EndSelection:000002213 SourceURL:https://dev.sprintdd.com/d-jira-dev/rest/jira-importers-plugin/1.0/importer/com.atlassian.jira.plugins.jira-importers-plugin:bulkCreateCsv/log
Try this - MM/dd/yyyy HH:mm:ss a
You can play with date formats here - http://www.sdfonlinetester.info/#
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.