Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. OpenProject - GitLab

OpenProject - GitLab

Added by Jaap Gordijn 10 months 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...