You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Clone from the Openproject Repo: git clone https://github.com/opf/openproject.git --branch=stable/13 --depth=1 .
Clone the plugin inside the modules folder: git clone https://github.com/btey/openproject-gitlab-integration.git --depth=1 modules/gitlab_integration
Apply the changes below in Gemfile.lock and Gemfile.modules (the same ones you would do in a manual install).
Build the container: docker build -t openproject-docker --file=docker/prod/Dockerfile .
Now run the image following the official documentation.
The version of openproject is 13.2.0.
Gitlab's webhook is configured as follows:
Create a new issue on gitlab, the title is OP#94
Open the gitlab tag of 94 workpackage in openproject and i can see the issue just created.
The problem is that I added comments under this issue in gitlab, but openproject does not display them synchronously.
But if i modify the status of the issue (such as close), OpenProject can synchronize it.