Update YouTrack state on issue from checkin comment in SVN

好久不见. 提交于 2019-12-12 17:26:48

问题


I've been trying to set issues to status "fixed" from my SVN commits, but it keeps on failing. This is what I've been trying as SVN comment:

#TCSE-20 fixed

and

TCSE-20 fixed

Where TCSE-20 of course is my issue id. I then run my build in TeamCity, which is linked to the YouTrack project.

The comment gets recognized in YouTrack as it's added to the Comments tab. But the state remains as Submitted. What am I doing wrong?


回答1:


The solution was what I was hinting in my comment. I am the administrator of our YouTrack server, and I used my email address for the "root" account, as well as having my own user, based on my username, with the same email address. When I changed the "root" accounts email address to one of my colleagues, the commands executed correctly.

Now I would like to know how to solve this better, like disabling "root" from the user lookup function, but that will be another issue. :-)



来源:https://stackoverflow.com/questions/9639150/update-youtrack-state-on-issue-from-checkin-comment-in-svn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!