The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

using jrjc lib using Oauth

lital halawi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 30, 2017

hey,

I'm trying to integrate my JIRA site using the jrjc lib version -0.6-m8

(JAVA)

I managed connecting my site using BasicAuth.

and also, managed to 'do the oauth dance' and get my access token.

I'm trying to use the OAuthAuthenticationHandler class. but it fails.

so my code looks like that:

 

JerseyJiraRestClientFactory factory = new JerseyJiraRestClientFactory();
URI jiraUri = new URI(JIRA_URL);
OAuthParameters params = getParameters();
OAuthSecrets secrets = getSecrets();
JiraRestClient restClient = factory.create(jiraUri, new OAuthAuthenticationHandler(params,secrets));
Issue issue = restClient.getIssueClient().getIssue("WB-21739", new ProgressMonitor() {
});

 what am I missing here....

and what is ProgressMonitor?

thanks you all

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events