I am trying to link a newly installed self-hosted version of JIRA 5.2.6 with a Bitbucket account. I have created my OAuth credentials in Bitbucket but when I try and link the accounts through JIRA I get the following error:
/api/1.0/oauth/authenticate
Could not find what you were looking for. Maybe you should raise an issue.
This error is reported from my Jira instance and the reported URL is http://jiraserver/api/1.0/oauth/authenticate?oauth_token=[removed]
Where jiraserver is a publicly accessible server name.
If I can provide any additional data then let me know, if anyone thinks that this is a genuine issue and not a case of user error then I will open an issue.
Thanks,
Anthony
This has been bothering me for over a year now. And I cannot believe how easy it was to fix (At least for Bitbucket). I did not want to remove the proxy on the IIS or mess around with that, as it took us a while to get that all working correctly. I was able to get this to work, by following the steps below:
Change the {jiraserver} to bitbucket.org
Thank you for posting this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. You save my life.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My solution was to shut off the reverse proxy in IIS and remove the proxy settings in the server.xml settings so the app runs on localhost and then it will redirect to the proper bitbucket page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My solution was to shut off the reverse proxy in IIS and remove the proxy settings in the server.xml settings so the app runs on localhost and then it will redirect to the proper bitbucket page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, typo... found it. Why not fix it in the ondemand version? Shouldn't be hard....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add another to the pile. Was this ever sorted out?
404 when attempting to access https://{myaccount}.atlassian.net/secure/admin/ConfigureBitbucketOAuth!default.jspa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here. I have JIRA running on proxied SSL. I open an issue, click on the Source tab at the bottom, then select Bitbucket and click the Configure button. This is rewarded with a 404 on the url:
https://example.com/p/jira/secure/admin/ConfigureBitbucketOAuth!default.jspa
The path /p/jira is configured by myself.
However the DVCS connection works fine. I can view commits on JIRA and JIRA issues on Bitbucket.
By the way, @Anthony Williams, I didn't find your issue JSP-151786.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the exact same problem. It seems to be a tomcat proxy issue that is rewriting the bitbucket oauth outgoing link to the calling jira server (I think).
Is there some progress on the issue? I cannot get the link to the ticket referred by Anthony...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have now opened a support ticket for this issue, reference JSP-151786
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.