JIRA-REST
view release on metacpan or search on metacpan
[Changes]
- Downgrade Perl version requirement from 5.10 to 5.8.8 to enable use on
older Perls.
0.013 2016-11-22 16:01:45-02:00 America/Sao_Paulo
[New feature]
- Add support for getting username and password from Config::Identity,
which supports gpg encrypted credentials.
0.012 2016-01-15 22:16:02-02:00 America/Sao_Paulo
[Fix]
- Remove dependency on Data::Util.
0.011 2015-05-21 19:10:57-03:00 America/Sao_Paulo
[New feature]
lib/JIRA/REST.pm view on Meta::CPAN
=item * B<username>
=item * B<password>
The B<username> and B<password> authentication arguments are strings
representing the usual credentials of a user. They are used as the default
authentication method if no other method above is defined. JIRA::REST uses Basic
HTTP authentication in this case.
If either B<username> or B<password> isn't defined the module looks them up in
either the C<.netrc> file or via L<Config::Identity> (which allows C<gpg>
encrypted credentials).
L<Config::Identity> will look for F<~/.jira-identity> or F<~/.jira>.
You can change the filename stub from C<jira> to a custom stub with the
C<JIRA_REST_IDENTITY> environment variable.
=item * B<session>
The boolean B<session> argument tells the module if you want it to acquire a
session cookie by making a C<POST /rest/auth/1/session> call to login to
( run in 0.639 second using v1.01-cache-2.11-cpan-1191d43216d )