-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Workspace - Import / Export Repository
-
None
-
3
-
Severity 3 - Minor
-
90
Issue Summary
When importing a Bitbucket repository, valid URL formats are being rejected. For example, the following URL formats are considered valid:
- https://bitbucket.org/workspace/repo/src/master/
- https://bitbucket.org/workspace/repo
- https://username@bitbucket.org/workspace/repo.git
Steps to Reproduce
- Click on Create Repository → Import.
- Enter any of the above repository URL formats.
- The system displays a "No repository exists at that URL." error (404 not found).
Expected Results
The import should validate the URL as correct and proceed with the repository import.
Actual Results
The system throws a 404 error with the message: "No repository exists at that URL."
Workaround
Users can continue to use one of the valid URL formats by explicitly entering the username, password, project, and repo name, then clicking on import. In such cases, the repository imports successfully. If any error occurs during this process, it should be reported to bitbucket cloud support.
- mentioned in
-
Page Loading...