Question

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?

Was it helpful?

Solution

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. :-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top