Subject: | progress_workflow_action_safely fail when dudate field defined |
Date: | Wed, 18 Nov 2009 14:05:01 -0800 |
To: | "bug-JIRA-Client [...] rt.cpan.org" <bug-JIRA-Client [...] rt.cpan.org> |
From: | "Andrey Belous" <abelous [...] broadcom.com> |
JIra Version: 3.13.2-#335 dosent like progress_workflow_action_safely when dudate field is set
This is what i can get from debuger:
main::(jira_work.pl:44): $jira->progress_workflow_action_safely("${PREFIX}${issue_num}",'Resolve Issue', { issuetype=>"$issue->{'type'}",customfield_10007=> $string});
DB<1> p $issue->{duedate}
2009-11-19T08:00:00.000Z
DB<2> n
soapenv:Server.userException, com.atlassian.jira.rpc.exception.RemoteValidationException: Fields not valid for workflow action Resolve Issue:
Errors: {duedate=You did not enter a valid date. Please enter the date in the format "d/MMM/yy", eg. "18/Nov/09"}
Error Messages: []
at /projects/stbdev/bdvd/bin/.plib/cpan/JIRA/Client.pm line 898
JIRA::Client::AUTOLOAD('JIRA::Client=HASH(0x1387830)', 'SWBLURAY-17742', 1001, 'HASH(0x20a9f10)') called at /projects/stbdev/bdvd/bin/.plib/cpan/JIRA/Client.pm line 667
JIRA::Client::progress_workflow_action_safely('JIRA::Client=HASH(0x1387830)', 'SWBLURAY-17742', 'Resolve Issue', 'HASH(0x20a9f10)') called at jira_work.pl line 44
Debugged program terminated. Use q to quit or R to restart,
use o inhibit_exit to avoid stopping after program termination,