-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.6.0, 7.21.0, 8.9.0, 8.19.0, 9.2.0
-
Component/s: Pull Requests
-
1
-
Severity 3 - Minor
Problem
UI is unable to differentiate between a cross-repository PR and a same-repository PR.
When a PR is raised to merge changes from Forked_repo to Parrent_repo, Call on actions "..." queries with bambo_id and commit_id to the Parent repo instead of the Forked repo.
Environment
Bitbucket 7.21+ (reproduced on 7.21,8.19 and 9.0.1)
Steps to Reproduce
- Create a fork Forked_repo from Parrent_repo
- Commit change in Forked_repo which has a Bamboo plan that will be triggered.
- Create PR from Forked_repo to Parrent_repo.
- Go to the build tab on PR
- Click on the Build action menu (...).
Expected Results
Should give option to "Run Plan"
Actual Results
It shows the below error with grayed out "Go to build" option.

Workaround
A possible workaround is to navigate to the Build tab under Forked_repo and then try the Build action menu.