Hello, I need a help with the my API Integration.
I have created the publickey and private key for the Jira and also I’ve created the application link. https://developer.atlassian.com/server/jira/platform/oauth/
I have followed this guide and did the Java version of fetching data. I can request token and goto the link to authorize it by click allow and get the token to get access token.
When I’m trying in Postman if I used the Consumer Key, Access Token and Token Secret from the jar file I did earlier I’m getting error. the file Consumer Secret, what supposed to be it? Where/How do I fill the private key values in Postman.
getting this error.
Client must be authenticated to access this resource.
I also getting this error
oauth_problem=signature_method_rejected
Help me out, stuck for days in this. Thank you in Advance
As you can see I’ve added the signature method to override the value. Is there anything wrong in my configuration? BTW the Access Token, Token Secret all I get it from Jar version of Aouth. Thank you in advance
I have looked into this issue and it does not look good. The problem is not only modifying the query parameters. This is a different way of creating the signature.
I wanted to do API Integration for Ticketing using Jira.
This is what I’ve been trying. Using OAuth 1.0 with Jira Service Desk. REST API…
I have to do webhooks as well. https://docs.atlassian.com/jira-servicedesk/REST/4.8.1/