Subject: | _convert_duedate |
Date: | Tue, 1 Nov 2011 16:06:45 +0100 |
To: | "bug-jira-client [...] rt.cpan.org" <bug-jira-client [...] rt.cpan.org> |
From: | Jon Molin <JMolin [...] vizrt.com> |
It assumes that the required date is dd/Mon/yy and from at least version 4.1.2 Jira can be customized to take any format. For me to be able to update the duedate field of a ticket I had to insert a return at the start of the function or I received :
soapenv:Server.userException, com.atlassian.jira.rpc.exception.RemoteValidationException: Fields not valid for issue:
Errors: {duedate=You did not enter a valid date. Please enter the date in the format "yyyy-MM-dd", eg. "2011-11-01"}
And that's when sending in a duedate set to 2011-11-01.