Quantcast
Channel: Active questions tagged atlassian-plugin-sdk - Stack Overflow
Viewing all articles
Browse latest Browse all 279

How to use Jira.CreateOAuthRestClient from C# code?

$
0
0

I have downloaded Atlassian SDK from visual studio nuget manager. There is a method

public static Jira CreateOAuthRestClient(string url, string consumerKey, string consumerSecret, string oAuthAccessToken, string oAuthTokenSecret, JiraOAuthSignatureMethod oAuthSignatureMethod = JiraOAuthSignatureMethod.RsaSha1, JiraRestClientSettings settings = null)

I have base Jira URL and a secret access token. However, the above method seems to have many parameters. Request someone to share a sample c# code how I can use this method to fetch JIRA issues in c# code.

consumerKey:?consumerSecret:?oAuthAccessToken:?oAuthTokenSecret: ?

What should be the value of these parameters?


Viewing all articles
Browse latest Browse all 279

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>