You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
it seems as of late, that the DVCS connection between our JIRA server and Bitbucket cloud is failing.
Nothing has changed on our servers or anything.
But going to the JIRA Admin > Applications > DVCS Accounts.
It says "Sync Failed" under Last Activity, and nexrt to the Bitbucket Team name, it says Invalid Credentials, please reset OAuth settings.
I verified the OAuth Key and Secret, it hasn't changed. But I try to regenerate access token, (the prompt says the Authorizing Account is invalid, please regenerate access token), and it gives this error:
Error! Cannot proceed authentication, check OAuth credentials for account <Bitbucket team>
I tried creating a new OAuth Key/Secret, but still get the same error.
I checked atlassian-jira.log
This is the latest entry:
2016-05-26 14:32:13,251 StreamsCompletionService::thread-2726 WARN <myfirstname.lastname>872x283200x1 1xsdnd8 192.168.1.115,0:0:0:0:0:0:0:1 /plugins/servlet/streams [c.a.j.p.d.s.b.clientlibrary.request.BaseRemoteRequestor] Failed to properly execute request [GET https://bitbucket.org/api/1.0/users/<my bitbucket username>],
There are a lot of entries similar of it trying to execute requests to the BB API.
Running a similar command:
wget -p https://bitbucket.org/api/1.0/repositories/<team>/framework/branches-tags -O /dev/null
results in:
401 UNAUTHORIZED Username/Password Authentication Failed
I encountered this same issue and was able to resolve it by editing the Consumer it Bitbucket to be a Private Consumer. This was not mentioned in the documentation I read at https://confluence.atlassian.com/bitbucket/connect-bitbucket-cloud-to-jira-software-server-814208991.html
Hi,
Its authentication error so please provide correct Username and Password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Username and Password to where? There is no place to input a username and password
I have verified the Key and Secret in JIRA > DVCS Accounts > Reset OAuth Settings
The Secret and Key are correct from the corresponding BB Team OAuth Settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried deleting the Account from JIRA to re-add the account, yet, get this error:
Error! The authentication with Bitbucket has failed. Please check your OAuth settings.
I check atlassian-jira.log, I see no error messages at all.
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.