GitLab API has requests for webhooks on projects but they do not have api calls on groups webhooks. Group webhooks are only provided in the EE GitLab versions.
There is an issue stalled in GitLab to provide support for this api request. https://gitlab.com/gitlab-org/gitlab-ee/issues/2792
There is a workaround using https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21645#note_157793041
Wondering if there is a way we can implement this in gitlab4j?
GitLab API has requests for webhooks on projects but they do not have api calls on groups webhooks. Group webhooks are only provided in the EE GitLab versions.
There is an issue stalled in GitLab to provide support for this api request. https://gitlab.com/gitlab-org/gitlab-ee/issues/2792
There is a workaround using https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21645#note_157793041
Wondering if there is a way we can implement this in
gitlab4j?