Trent Fisher

Results 2 comments of Trent Fisher

It does not appear this module supports the API tokens directly, but I made it work like so: ``` $jira = JIRA::REST->new({ url => 'https://URLHERE', anonymous => 1}); $jira->{rest}->addHeader(Authorization =>...

No, that doesn't work for me. But we have an on-prem Jira (v8.16) so either it works differently or there is some issue with the username. FYI, the solution I...