Skip to main content
7-Bedrock
July 3, 2024
Solved

git integration with codebeamer

  • July 3, 2024
  • 1 reply
  • 1592 views

Hi,

Iam Successfully able to Integrate Git with Code beamer by adding Webhooks but when I'm committing the changes or committing new files every time I have to create a new webhook as it is not showing in the code beamer. Can you suggest some workarounds to resolve this issue

Best answer by cristina.b

The wiki page for GitHub Webhook integration provides details on how to compose the webhook payload URL: Configure GitHub webhook (codebeamer.com)

 

  • Payload URL: <codebeamer_url>/rest/scm/github/<project_id>
    Where codebeamer_url is the url of your codebeamer and project_id is the id of your project where the GitHub repository will belong to after the first webhook execution
  • You will need a <codebeamer_url>, which can be created as a permanent internet facing url (visible from the public Internet) hosted on a server or via tunneling software

1 reply

13-Aquamarine
July 3, 2024

Hi MS_10920745,

 

Could you provide more details as to what type of repository you are using?

Is this a GitHub or GitLab integration? Is it an external HTTPS Git repository?

 

Thank you!

7-Bedrock
July 3, 2024

hii

I’m using github

13-Aquamarine
July 3, 2024

The wiki page for GitHub Webhook integration provides details on how to compose the webhook payload URL: Configure GitHub webhook (codebeamer.com)

 

  • Payload URL: <codebeamer_url>/rest/scm/github/<project_id>
    Where codebeamer_url is the url of your codebeamer and project_id is the id of your project where the GitHub repository will belong to after the first webhook execution
  • You will need a <codebeamer_url>, which can be created as a permanent internet facing url (visible from the public Internet) hosted on a server or via tunneling software