JIRA-Client
view release on metacpan or search on metacpan
lib/JIRA/Client.pm view on Meta::CPAN
distinguish them and we can avoid future name clashes.
=head2 B<new> BASEURL, USER, PASSWD [, <SOAP::Lite arguments>]
C<BASEURL> is the JIRA server's base URL (e.g.,
C<https://jira.example.net> or C<https://example.net/jira>), to which
the default WSDL descriptor path
(C</rpc/soap/jirasoapservice-v2?wsdl>) will be appended in order to
construct the underlying SOAP::Lite object.
C<USER> and C<PASSWD> are the credentials that will be used to
authenticate into JIRA.
Any other arguments will be passed to the L<SOAP::Lite> object that
will be created to talk to JIRA.
=head2 B<new> HASH_REF
You can invoke the constructor with a single hash-ref argument. The
same arguments that are passed as a list above can be passed by name
with a hash. This constructor is also more flexible, as it makes room
( run in 0.630 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )