带有 redmine 服务的 Gitlab:连接信息

Gitlab with redmine service : connection informations

我有一个 Redmine 和一个 GitLab。我尝试在 Gitlab 中配置 Redmine 服务,但它只要求 3 个 Redmine URL(projectURL、issueURL newIssueURL),没有登录名/密码,也没有 API 密钥。

显然 "Test settings" 按钮会引发错误:

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

是否可以将 "private" redmine 与 gitlab 一起使用?

我通过在 /etc/hosts

中向 redmine 主机添加缺少的条目使其工作

但最终它只是一个在 gitlab 中显示 redmine link 的模块,而不是 "true integration"。当你点击问题时,它会将你重定向到 redmine。

那不是我想要的