Skip to main content
7-Bedrock
October 18, 2024
Solved

Codebeamer not connecting with bitbucket.org

  • October 18, 2024
  • 2 replies
  • 957 views

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.

Best answer by JoeBartlett

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

2 replies

5-Regular Member
October 23, 2024

we are facing the same issue

21-Topaz I
October 23, 2024

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.

21-Topaz I
October 25, 2024

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