I properly set up YouTrack & GitLab integration and it seems to be working. I used this tutorial: https://www.jetbrains.com/help/youtrack/standalone/Integration-with-Version-Control-Systems.html
But when I mention issue ID
in commit message
$ git commit -m "my message #PROJ-1"
after push
, it doesn't show in YouTrack at VCS Changes tab. I have to add the commit hash manually (via YouTrack) and only then it's ok.
Am I missing something?