Got any solutions to close the redmine issue via gitlab commit?
On Thursday, 26 March 2015 14:23:25 UTC+5:30, Patrik Martinsson wrote:
>
> Hi again,
>
> Ah okey, thanks for the explanation, then my setup works as expected.
>
> It would be cool if we automatically can close issues directly in red
Hi again,
Ah okey, thanks for the explanation, then my setup works as expected.
It would be cool if we automatically can close issues directly in redmine
via commit-message, maybe I'll take a look at that some point in the
distant future :)
Best regards,
Patrik Martinsson,
Sweden
On Wed, Mar 2
Currently the only point behind the integration is (or was didn't use it
for a while) that if you commit something
and refer to the ticket it will be linked.
It will not show the issues in the Gitlab interface.
So the only benefit of the integration is the linking in the commit
message...
Mit fr
Hi again,
I think I was too fast :P they changed the behavior
redmine:
title: "Redmine"
project_url: "https://[YOURDOMAIN]/projects/[YOURPROJECTNAME]";
issues_url: "https://[YOURDOMAIN]/issues/:id";
new_issue_url: "https://
[YOURDOMAIN]/projects/[YOURPROJECTNAME]/issues
Hi,
I had the same Problem, I thought I have to replace the colon variables but
you don't
redmine:
> title: "Redmine"
> project_url: "https://[YOURDOMAIN]/projects/:issues_tracker_id";
> issues_url: "https://
> [YOURDOMAIN]/:project_id/:issues_tracker_id/:id"
> new_iss