YouTrack status update upon release from SVN validation comment

I am trying to fix the problems on the β€œfixed” status from my SVN commits, but it continues to fail. This is what I tried as an SVN comment:

#TCSE-20 fixed

and

TCSE-20 fixed

Where TCSE-20 , of course, is my problem identifier. Then I run my build in TeamCity, which is related to the YouTrack project.

A comment is recognized in YouTrack because it is added to the Comments tab. But the condition remains equal to Submitted . What am I doing wrong?

+2
source share
1 answer

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

Now I would like to know how to solve this problem better, for example, disconnect "root" from the user search function, but this will be another problem. :-)

+2
source

Source: https://habr.com/ru/post/1380673/


All Articles