Added by Robert Down about 7 years ago
Hello,
Evaluating OpenProject - one key component is integration with github. I’ve searched but have been unable to find much documentation on this. Can someone please provide some direction for repo integration and possible auth integration?
Replies (8)
Did you find anything? I’m also struggling to find some up to date information.
thanks
I am also struggling the same. I am unable to see any document to integrate Openproject with Github account. If anyone knows, please share the document here.
I am looking to setup GitHub repositories on open-project. I can see that we can clone the GitHub repository to Openproject /var/db/openproject/git location but when any changes or commit happened on the particular repository it is not syncing on Openproject.
Would be very valuable for us, too!
We are currently manually linking repositories to tickets. I've been having a hard time convincing the team to stick with OP (enterprise/UCS) for that reason.
Hi all,
the documentation for that is indeed missing. We're working on adding that as soon as possible. I am sorry for the inconvenience.
Best,
Henriette
Hi,
we extended the documentation by the GitHub integration. You can find it here: https://docs.openproject.org/system-admin-guide/github-integration/
Hope, this helps.
Best,
Henriette
The Github integration seems to be broken. 500 errors when updating a ticket from a Github webhook.
Hi Dani,
you're likely running into a situation where the GitHub payload's "body" property is not defined. This might happen for some of the webhook events we do not support. Could you elaborate on the enabled webhooks you chose on GitHub's side?
Best
Oliver
I'm following the guide in https://docs.openproject.org/system-admin-guide/github-integration/
Only pull requests are enabled
We are not getting auto updates on our OpenProject tasks. I've tried using both OpenProject links and OP#87 style references.
Shouldn't OpenProject ignore payloads it can't work with instead of returning a 500? Isn't a 400 and a log message more warranted in this case?
We are running OpenProject 10.5.1 (PostgreSQL)