cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

git integration with codebeamer

MS_10920745
6-Contributor

git integration with codebeamer

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

3 REPLIES 3

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!

hii

I’m using github

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
Top Tags