Jira-Client.pl ver 1.5.1 commitacc does not work

Mohan Govindaswamy February 8, 2012

The Jira-Client.pl version 1.5.1 does not work against Jira ver 4.4

The following line done not throw an error but the print says result was not initialized

my $result = $s->call("commitacc.acceptCommit", $jiraLogin, $jiraPassword, $committer, $projectKey, $commitMessage)->result();

print "------" . $result;

The /rpc/xmlrpc displays the following

<?xml version="1.0" ?>

- <methodResponse>
- <fault>
- <value>
- <struct>
- <member>
<name>faultString</name>
<value>java.lang.Exception: RPC handler object "commitacc" not found and no default handler registered</value>
</member>
- <member>
<name>faultCode</name>
- <value>
<int>0</int>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>

1 answer

0 votes
allex allec August 29, 2012

any ideas ?


Suggest an answer

Log in or Sign up to answer