Hi i am new to jira, i am using third party integration uisng oauth1.0. i have followed the below mentioned link and sucessfully got the access token . i want to give a request to jira using java but i got signature error . can you give any documentation about oauth signature generation using rsa-sh1 signature method?
Thanks in advance
Community moderators have prevented the ability to post new answers.
Hello Anandhakrishnan,
Could you please review the following url for documentation regarding OAuth 1.0?
https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/
Thank you for your replay. i have already done this example. it is also working. but i need a sample code for java. if i use oauth 1.0 these are the header for sending request to jira.
1.consumer key
2.access token
3.signature method
4. oauth signature
5.version
6.private key
i have a consumerkey,access token,signature mothed ,version,private key. now i want to generate signature. i need that document to generate oauth signature using rsa in java.
Thanks in advance,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.