jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

Added OAuth authentication, Project.searchAssignableUsers

Open beders opened this issue 9 years ago • 2 comments

This is a major change and it's fine if you reject it.

It adds several dependencies to get JiraClient to support OAuth via fernandezpablo85/scribe-java (which required RestClient to become an abstract base class).

beders avatar Apr 20 '15 22:04 beders

Thanks for implementing OAuth support! Despite the large change, I think there's a lot of value in including it. Can you rebase against master? Also please add this to the pom:

<properties>
    <maven.compiler.source>1.7</maven.compiler.source>
    <maven.compiler.target>1.7</maven.compiler.target>
</properties>

Also, I'd like @chaplinkyle to test attachments since he wrote that code.

bobcarroll avatar Jun 13 '15 18:06 bobcarroll

I'll have more changes in my local version I need to merge as well.

beders avatar Jul 24 '15 05:07 beders