Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the JIRA-Client CPAN distribution.

Report information
The Basics
Id: 72090
Status: rejected
Priority: 0/
Queue: JIRA-Client

People
Owner: GNUSTAVO [...] cpan.org
Requestors: JMolin [...] vizrt.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
On Tue Nov 01 11:07:01 2011, JMolin@vizrt.com wrote: Show quoted text
> 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.
Which version of JIRA::Client are you using? The latest version (0.30, relesed on 2011-09-26) should have solved this problem. Please, confirm that you're not using an old version. Gustavo.
Subject: RE: [rt.cpan.org #72090] _convert_duedate
Date: Wed, 2 Nov 2011 11:24:20 +0100
To: "bug-JIRA-Client [...] rt.cpan.org" <bug-JIRA-Client [...] rt.cpan.org>
From: Jon Molin <JMolin [...] vizrt.com>
Show quoted text
> -----Original Message----- > From: Gustavo Leite de Mendonça Chaves via RT [mailto:bug-JIRA- > Client@rt.cpan.org] > Sent: Wednesday, November 02, 2011 1:46 AM > To: Jon Molin > Subject: [rt.cpan.org #72090] _convert_duedate > > <URL: https://rt.cpan.org/Ticket/Display.html?id=72090 > > > On Tue Nov 01 11:07:01 2011, JMolin@vizrt.com wrote:
> > 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.
> > Which version of JIRA::Client are you using? The latest version (0.30, relesed > on 2011-09-26) should have solved this problem. Please, confirm that you're > not using an old version. > > Gustavo. >
You're right. I was using Debian Squeeze and they ship 0.24 so it's a problem with them rather than the module. Sorry for wasting your time, please close. /Jon
Subject: Re: [rt.cpan.org #72090] _convert_duedate
Date: Wed, 2 Nov 2011 11:43:08 -0200
To: bug-JIRA-Client [...] rt.cpan.org
From: Gustavo Leite de Mendonça Chaves <gnustavo [...] cpan.org>
2011/11/2 Jon Molin via RT <bug-JIRA-Client@rt.cpan.org> Show quoted text
> > You're right. I was using Debian Squeeze and they ship 0.24 so it's a > problem with them rather than the module. Sorry for wasting your time, > please close.
No problem. -- Gustavo.