提交到 GitLab 中的存储库而不更新 YouTrack 中的问题状态

Commit to a repository in GitLab not updating issue states in YouTrack

我已经安装了 UpSource、YouTrack 和 Hub。我有一个名为 "Overhaul" 的项目,它有两个服务 UpSource 和 YouTrack。两者都通过 VCS 连接。 UpSource 接收存储库中发生的所有事情,但当我想通过提交消息更新 YouTrack 中的问题时,它不会在 YouTrack 问题跟踪器中更新,问题状态保持不变。

我的提交信息是:#HAUL-1 Fixed

YouTrack 与 UpSource 的集成已启用,一切都应该按照我想要的方式工作,我到处搜索并尝试一遍又一遍地重新创建项目,并一次又一次地检查所有内容,但我无法弄清楚是什么我做错了吗

尝试使用 [fixed #abc],其中 abc 是问题编号

from the gitlab documentation

Awesome commit message

Fix #20, Fixes #21 and Closes group/otherproject#22. This commit is also related to #17 and fixes #18, #19 and https://gitlab.example.com/group/otherproject/issues/23. will close #18, #19, #20, and #21 in the project this commit is pushed to, as well as #22 and #23 in group/otherproject. #17 won't be closed as it does not match the pattern. It works with multi-line commit messages as well as one-liners when used with git commit -m.

从 YouTrack 安装:菜单 > UpSource 集成

单击您的 UpSource 集成,然后单击启用。这将允许 UpSource 将命令推送到 YouTrack。

发件人:https://www.jetbrains.com/help/youtrack/standalone/7.0/Integration-with-Upsource.html#d67048e120