on the screen there is a date time picked to select a date from calendar
while importing data using csv i have this error
An error occurred while attempting to import value 'NULL' into the Custom Field 'Delivery Date'.
com.atlassian.jira.issue.customfields.impl.FieldValidationException: Invalid date format. Please enter the date in the format "d/MMM/yy".
the csv column contain Null instead of a date ..
can somebody plz tell me how to aoiid this error ?
thanks
Remove the nulls from the incoming data. A simple empty field will import no data fine.
do you have a solution for
An error occurred while attempting to import value '30/04/2007' into the Custom Field 'Delivery Date'.
com.atlassian.jira.issue.customfields.impl.FieldValidationException: Invalid date format. Please enter the date in the format "d/MMM/yy".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please, don't duplicate questions. You've asked this separately as a full question already
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tha'ts not a duplicate question. If you notice this time it's not a NULL value - he's getting an error trying to import an actual value.
Please read questions before you tell people not to post them.
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.