Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. OpenProject - GitLab

OpenProject - GitLab

Added by Jaap Gordijn about 1 year ago

At https://www.openproject.org/docs/system-admin-guide/integrations/gitlab-integration/, the integration between GitLab and OpenProject is presented.

I have followed the instructions to the letter. In short:

  • GitLab and OpenProject are hosted on different (virtual) machines

  • Created a role GitLab with the required two permissions (Work packages and Gantt charts)

  • Created user gitlab in OpenProject

  • Created an API token for user gitlab

  • Added user gitlab to the relevant project with role GitLab

  • Activated the gitlab module in the relevant project

  • In GitLab:

  • Created a webhook in the relevant repository with url of the openproject host, appended with /webhooks/gitlab/key=<token_of_gitlab_user_in_openproject>

Creating an issue in GitLab with OP#<ID suggested by snippet in OpenProject> does not result in seeing the issue in OpenProject, at the GitLab tab in OpenProject.

With tcpdump, I can see that the event caused by creating the issue in Gitlab arrives at the OpenProject port 6000 (tcpdump -i lo -A -s0 port 6000 -vvv).

OpenProject (openproject run bundle exec rake version) 14.3.0

GitLab version v16.11.0

 Any suggestions to debug this?

Thanks.

-- Jaap


Loading...