"Mentioned in commit <token>" entries are not shown in issue details
Created by: vytpau
We are using GitLab EE: started with version 6.8 and then upgraded to 6.9 and 7.0, installation/upgrade was being done from omnibus Redhat packages.
Originally, we saw that GitLab nicely links commits againts issues in two way relations:
- you can commit with a message 'Fixes [hash]123: description' and in commit details you get a hyperlink to the issue;
- when you open an issue, you also see 'mentioned in commit ' hyperlink, and clicking this hyperlink takes you back to actual commit.
However, when I've tried commiting some code with a message 'Fixes [hash]123 - description' today, the issue was not automatically closed and also a 'mentioned in commit ' message did not appear in issue details.
I'm not sure when this has stopped working - maybe it's related to upgrade to 7.0 EE? Has this feature been removed from current version? If not, how can I troubleshoot this, check GitLab logs or similar to identify what the actual problem is?