I am trying to call the JIRA REST API and get a request token. I have defined an application link in JIRA with consumer key and public key. But when I am trying to request the request-token with the following url
http://localhost:8080//plugins/servlet/oauth/request-token?oauth_consumer_key=consumerKey
(which was used in creating the application link)
I am getting the following response
oauth_problem=consumer_key_unknown
How to get rid of this?