Hello,
I have added the Redmine integration to my GitLab repo. I can now perform a commit such as
git add .; git commit -m "[Updates] SMG-PROJECT-1412 - Your commit message here"
Now in my git commit history on GitLab I am given a link to my Redmine case. This is great. Now I want to view my Redmine case and see a list of changes with hyperlinks back to GitLab commits.
Basically I want to reverse the connection. GitLab push should write an update to the Redmine case. Is this possible?