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: 72853
Status: rejected
Priority: 0/
Queue: JIRA-Client

People
Owner: Nobody in particular
Requestors: dbaber [...] corvisa.com
Cc:
AdminCc:

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



Subject: Cannot update duedate for JIRA issue
Date: Wed, 30 Nov 2011 20:12:12 +0000 (UTC)
To: bug-jira-client [...] rt.cpan.org
From: Dan Baber <dbaber [...] corvisa.com>
I cannot update the duedate field for an issue using a DateTime object, and ISO string, or SOAP::Data: #my $update_duedate = SOAP::Data->type( date => $two_weeks_out->strftime('%F') ); my %update_attrs = ( type => 'Bug', summary => $init_attrs{summary} . " - UPDATED", priority => 'Critical', # JIRA::Client is buggy and we can't update duedate, no matter how you try to pass it in: # DateTime, ISO string, or SOAP::Data #duedate => $two_weeks_out, #duedate => $two_weeks_out->strftime('%F'), #duedate => $update_duedate, <snip> -- Dan Baber | StreetLinks Lender Solutions | Software Developer 2365 N. Mayfair Road, Second Floor, Milwaukee, WI 53226 www.streetlinks.com | dbaber@corvisa.com

Message body is not shown because sender requested not to inline it.

Hi. I'm sorry for not having taken care of this before. But now that JIRA::Client is deprecated it doesn't seem to be worth it anyway. So, I'm closing this issue.