I realize that TeamCity must be a bridge between YouTrack and SVN, but I need none of the Teamcity functionality. I just want to issue Youtrack commands via commit comments like here:
http://confluence.jetbrains.net/display/YTD3/Executing+Commands+from+Comment+to+VCS+Commit
i.e. a commit message
test #ld-1 fixed
Would mark the issue ld-1 as fixed.
I'm sure I set up youtrack, teamcity and svn correctly, however what I came to realize is that I need to make a build step in TeamCity that will be executed after a commit for it to work (am I correct?). Is there a way to bypass it completely or make the build not do anything, I just can't find a way.
I'm tearing my hair out, guys, please help me out. Again, I only need teamcity to bridge svn to youtrack. What must I do?