Project

General

Profile

Integrating/syncing Redmine with GitLab issues

Added by Quentin Jacquemart about 3 years ago

Hello,

I am looking to extend the functionality of a local GitLab install with project management and ERP capabilities that I am hoping to get from Redmine.

I installed Redmine 4.1 on Apache 2.24 with Passenger 5, all works great on this front.
Then, I linked my GitLab repository with the plugin redmine_git_remote, and auto update the repository on commit through a webhook from GitLab with the plugin redmine_git_remote.
The result is I can browse the repository tree and see the commits and comments from Redmine, without issue, and as soon as a new revision has been pushed to GitLab.

My problem is I cannot get to get the synchronization between the issues added on GitLab and Redmine. Effectively, issues added in GitLab do not shop in Redmine (nor those in Redmine show up in GitLab). If I commit with an issue reference in GitLab, a web link is inferred when viewing the commit message in Redmine, but it links to a different Redmine issue (albeit with the same number), not the one from GitLab.
Things I have tried:
  • Setting up the GitLab interaction with Redmine. GitLab says it's activated, and successfully verifies the integration, but I fail to see how this works, as there is no API key or authentication of any form... I am not sure what it tries to do, neither how, and documentation is... succinct at best
  • From the "HOWTO setup automatic refresh of repositories in Redmine" I tried triggering /sys/fetch_changesets. I am not sure what a "changeset" is, and I failed to locate any documentation for this term, however, even if the web requests replies code 200 OK, I cannot see any change on the tracker
  • I tried the plugin gitlab_tracking, but, again, couldn't notice any issue synchronization.

Probably I am missing a simple piece of information on how to get Redmine and GitLab to integrate to one another. Can anybody point to me what I am missing in my install, or to another source?

Many thanks,
Quentin


Replies (4)

RE: Integrating/syncing Redmine with GitLab issues - Added by Lorenzo Meneghetti almost 3 years ago

Hi, all. I plan to work on it in next weeks.
Lorenzo

RE: Integrating/syncing Redmine with GitLab issues - Added by Markus Boremski over 2 years ago

Hey,
maybe I can clear things up a bit:

Setting up the GitLab interaction with Redmine. GitLab says it's activated, [...]

This integration just serves a (one way) link over to a project in redmine.
Issues mentioned in your commits will be hyperlinked to redmine.
Also there appears a menueitem to move over to your linked redmine project.
Thats it.
This integration is not designed to link gitlab-issues to redmine-issues.
From my view I would recommend to to disable "issues" on the gitlab-side and just use redmine-issues.
Further informations see here

From the "HOWTO setup automatic refresh of repositories in Redmine" I tried triggering [...]

In our company we never tried to get this HOWTO working.
We decided to use the crontab solution mentioned here.
(With the little drawback that issues in redmine are only updated when someone calls the repository-page in redmine)

So, also we are not using the plugin redmine_git_remote.
As far as I knew it had issues with redmine4.x. So I wonder that you managed to get it working.

RE: Integrating/syncing Redmine with GitLab issues - Added by Max Zan over 2 years ago

Hi Markus !

Issues mentioned in your commits will be hyperlinked to redmine.

I activated the integration on my gitlab and I only see the menu item with the link to my redmine project.
I have many commits or MR with the #issueid but no hyperlink to redmine tho...

Am I missing something ?

    (1-4/4)