[DEFECT (BUG)] Links in Commits for Redmine Issue Tracker does not work!
Created by: emovere
I have activated it in the gitlab.yml as well as in the project settings. 'Issues' Button of the Project does redirect to redmine - great.
I'am using Gitlab 7.2.1.
But if I commit messages, by example my test commit messages:
fbf3c226f fixing issue #43 and issues #42
f19457018 fixes #8, #24, and #42
b5203d786 Fixes #9 /#9/ /#\9/ #\9
No number is a link. Everything is just plain text in the commits!
The config part:
## If not nil, links from /#\d/ entities from commit messages will replaced with this
## Use placeholders:
## :project_id - GitLab project identifier
## :issues_tracker_id - Project Name or Id in external issue tracker
## :id - Issue id (from commit messages)
issues_url: "https://gitlab.domain.com/issues/:id"
"If not nil, links from /#\d/ entities from commit messages will replaced with this" Doesn't seem to work. I have googled for a solution, found nothing which works.
Please fix this Bug!