Couldn't integrate OpenProject with GitLab
Clash Royale CLAN TAG#URR8PPP
Couldn't integrate OpenProject with GitLab
There exist a plugin for integration github with OpenProject. We have created the analogue for gitlab. Also we've created the webhook for GitLab repo with url:
https://['openproject_url']/webhooks/gitlab?key=['API_KEY_FROM_OPENPROJECT']
But testing in gitlab returned the following error:
Integration is failed, log files returned:
App 304 output:
App 304 output: TypeError (no implicit conversion of String into Integer):
App 304 output:
App 304 output: app/middleware/reset_current_user.rb:47:in `call'
This line represent the:
45. def call(env)
46. reset_current_user!
47. app.call env
48. end
Any changes to source files cause fails of container.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Refer to this Answer, it seems that the github hook is different with gitlab's.
– marqueen
Sep 3 at 6:08