[SOLVED] gitlab_issue_closing_pattern not working

Hi!

Since I install Gitlab via omnibus, I can’t made gitlab_issue_closing_pattern work.

First, I’ve added this conf to gitlab.rb in a wrong way (issue_closing_pattern instead gitlab_issue_closing_pattern). After fix this (with this valuable help), I run reconfigure, and gitlab.yml was updated.

Now, no matter what expression I use (Fix, Fixes, Encerra, Corrige), the issues never close. Only the “mentioned in commit” appears.

My config:

rodrigo@gitlab:/etc/gitlab$ sudo cat gitlab.rb | grep gitlab_issue_closing_pattern
gitlab_rails['gitlab_issue_closing_pattern'] = '([Cc]lose[sd]|[Ff]ixe[sd]|[Ee]ncerra|[Cc]orrige|[Aa]rruma|[Cc]onserta|[Ff]echa|[Ii]mplementa) +#\d+'

There’s something more I need to do? Or how is the right way to start searching the problem?

After a lot of searches, I still can’t make this work. If somebody can help me to find the solution (what logs I need to see? What type of information I need to look?), I really appreciate.