In following the directions here: https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/
I got to step2 “Do the OAuth dance”
When requesting a token using the java jiraClient
jira_home=https://macys-dev.atlassian.net/jira
getting a 404 and " Oops, you’ve found a dead link."
Is there something wrong with the URL I am using? The private_key I generated looks to be about half the size of the one that was in the config.properties that showed up initially.
The full stack trace is as follows:
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1070) at com.google.api.client.auth.oauth.AbstractOAuthGetToken.execute(AbstractOAuthGetToken.java:73) at com.atlassian.oauth.client.example.JiraOAuthClient.getAndAuthorizeTemporaryToken(JiraOAuthClient.java:37) at com.atlassian.oauth.client.example.OAuthClient.handleGetRequestTokenAction(OAuthClient.java:69) at com.atlassian.oauth.client.example.OAuthClient.execute(OAuthClient.java:51) at com.atlassian.oauth.client.example.ClientMain.main(ClientMain.java:18)