Hello,
After updating Jira Server from 8.19.1 to 8.21.0 and Bitbucket Server from 7.15.0 to 7.19.0, I have issues with existing branches and pull requests
When I click on a branch or pr link, it shows an error "You don't have access to view all related pull requests. Please contact your administrator." or "You don't have access to view all related branches. Please contact your administrator."
API request from browser console :
GET https://<myjira>/rest/dev-status/1.0/issue/detail?issueId=<myid>&applicationType=stash&dataType=pullrequest
{
"errors": [],
"detail": [
{
"branches": [],
"pullRequests": [],
"repositories": [],
"_instance": {
"applicationLinkId": "<myappid>",
"baseUrl": "https://<mybitbucket>",
"primary": true,
"singleInstance": false,
"name": "PopupBucket",
"typeName": "Bitbucket Server",
"id": "<myappid>",
type": "stash"
}
}
]
}
I performed a full reindex, deleted the bitbucket link (both ways), tried Oauth and Oauth with impersonation methods but it didn't fix it.
New branches and PRs are not impacted and the workaround to fix existing PRs is to close then reopen them. It also fixes the branch link at the same time.
{
"errors": [],
"detail": [
{
"branches": [
{
"name": "ESKP-77-correction-des-btl-de-top-plate",
"url":
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, thanks @m1m1n0 !
The workaround provided in the issue works for me :
Via Postman :
POST https://{your_bitbucket_instance}/rest/jira-dev/1.0/projects/{your_project_key}/repos/{your_repo}/reindex
Authorization :
Type : Basic Auth
Username + Password : same as bitbucket
Additional header :
X-Atlassian-Token: no-check
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seeing this with JIRA 8.17.1 and Bitbucket 7.19.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here, upgraded from Bitbucket 7.17.1 to 7.19.1.
Jira still at 8.20.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue with jira v8.20.1 and upgrade to bitbucket 7.19.0 from 7.17.1
Any way to apply a global fix?
Also apply to closed PR
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a feasible fix for this yet? Same issue after upgrading to BB 7.19.1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can confirm this issue, we have the same problem after updating to the most current version of Jira 8.21.0 and Bitbucket 7.19.0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We upgraded to BitBucket v7.19.1 and Jira v 8.20.3 last night and noticed the exact same behavior. Our stack is Atlassian Data Center tier of products.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have the same problem with Jira 8.19.1 and Bitbucket Server from 7.19.1, after we upgraded from Bitbucket Server 7.17.1.
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.