Codebeamer is not connecting with Bitbucket.org. While Bitbucket is returning a 200 response code, the repository is not being created in Codebeamer. Upon checking, I found the following:
external.bitbucket.BitBucketCommunicator - Unsuccessful request: Status code: 404 NOT_FOUND Body: {"type": "error", "error": {"message": "You may not have access to this repository, or it no longer exists in this workspace. If you believe this repository exists and you have access, please ensure that you are authenticated."}}
I have access to the repository on Bitbucket and have created the same user as in Bitbucket, following all the steps outlined in the documentation.
we are facing the same issue
Hello, could you follow the steps outlined in article CS429841 - Unable to create repository in Codebeamer from a Bitbucket integration push to use the Bitbucket API and check to see the Owner type of the repository?
As mentioned in the Help Center, only Bitbucket repositories created by an individual User account (not owned by a Team) are supported for integration with Codebeamer.
Additionally, a new bug was just discovered where having spaces in a repository name can cause problems with the integration. See article CS430017.
If you have spaces in your Bitbucket repository name, please try replacing them with hyphens and see if that corrects the issue.
eg.
My Bitbucket Repo
would change to:
My-Bitbucket-Repo