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.