-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.2.4, 7.13.0
-
Component/s: Pull Requests, Repository - Import
-
None
-
7
-
Severity 3 - Minor
-
7
Issue Summary
Pull request links are missing after a DC Migration (Server to Server)
Steps to Reproduce
- Prepare two Bitbucket instances (source and target)
- Create a Pull Request on the source instance and merge it
- Navigate to the merge commit created from the PR. The PR link is visible.
- Export all projects from the source instance
- Import the projects to the target instance
- On the target instance, navigate to the merge commit created from step#2. The PR link is missing.
Expected Results
PR link should be visible, similar to the source.
Actual Results
PR link is missing
Workaround
- Stop the target instance
- Delete the following file in the target instance
{BITBUCKET_HOME}/shared/config/upgrades/core-backfill-pull-request-commits - OPTIONAL: Enable DEBUG logging for
com.atlassian.stash.internal.pull.PullRequestCommitBackfillJob
- Start the target instance
- mentioned in
-
Page Loading...