-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Repository - Transfer
-
None
-
1
-
Severity 3 - Minor
-
37
Issue Summary
When transferring a repository from one workspace to another, the merge commit message in the repository source view is referencing incorrect pull request link.
Steps to Reproduce
- Let's say we have a PR#1 in repo A in a workspace A
- The source branch of PR#1 is feature and destination is master. There are some file changes.
- Merge the PR#1 in repo A, merge commit is M. In the source view of the file(file.txt in this example) on master branch, if you hover over the PR link in the merge commit message, we see the PR link referring to the repo A in workspace A - screenshot A
- Transfer this repo to workspace B
- If you look at the same commit message for the same file - file.txt on master branch, it shows the old workspace link - screenshot B
Expected Results
The PR link to refer to the new workspace B after repository transfer
Actual Results
The PR link is referring to the source workspace A after repository transfer. However, if you open the merge commit M, it refers to the new workspace B. This issue happens only in the source view.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available