We are trying to consolidate 2x bitbucket instances, 1x is a server instance the other is Data Center
(this is because on Jira Cloud, we can only have one application tunnel from Jira Cloud to bitbucket).
Naturally we can git clone existing repositories, create an empty but unique new repository on the DC instance and push our code there.
However we want to preserve PR history and pull requests. Is there an easy/better way to do this?