Gitlab with redmine service: connection information

I have Redmine and GitLab. I am trying to configure a Redmine service in Gitlab, but it only requests 3 Redmine URLs (projectURL, issueURL newIssueURL) and does not have a username / password or API key.

Obviously, the Test Settings button causes an error:

We tried to send a request to the specified URL, but an error occurred "

Is it possible to use redmine "private" with gitlab?

+5
source share
1 answer

I did this by adding a missing entry to restart the host in / etc / hosts

But finally, this is just a module for displaying a redmine link inside gitlab, and not "true integration". When you click the submit button, you are redirected to redmine.

This is not what I want

+3
source

Source: https://habr.com/ru/post/1242719/


All Articles