Hi
We need help in moving all of our bitbucket accounts under:
https://etherWHere2000@bitbucket.org/etherwhere_cloud/etherwhere_android.git
https://etherWHere2000@bitbucket.org/etherwhere_cloud/etherwhere_backend.git
https://etherWHere2000@bitbucket.org/etherwhere_cloud/etherwhere_ios.git
Hi @Farrokh Farrokhi ,
Can you maybe share more details? Particularly, what's the destination workspace (or tool) where you're planning to move these repos?
If we're talking about transferring the repo ownership, you can follow this article to transfer ownership to another workspace or to an individual account: Transfer repository ownership 📚
Cheers,
Tobi
Hi Farrokh
To move your repos to a new workspace, here's the process:
For each repo (etherwhere_android, etherwhere_backend, etherwhere_ios):
Go to Repository settings → Repository details → Manage repository → Transfer repository
Enter the destination Workspace ID and click Transfer
The new workspace admin will get an email — click Accept to complete it
After transfer, don't forget to:
Update local clones: git remote set-url origin <new_url>
Reconfigure permissions (they don't carry over)
Recreate any Deployment variables in Pipelines (these aren't transferred)
Heads up: If the new workspace is managed via admin.atlassian.com, Wiki and Issue Tracker will be disabled — export those first if you use them.
Commit history, PRs, and pipeline configs all transfer safely.
Official Guide: https://support.atlassian.com/bitbucket-cloud/docs/transfer-repository-ownership/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.