Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fixing issues in YouTrack from SubVersion commit comments using TeamCity

I have a TeamCity server and a YouTrack server working with SubVersion. I have enable integration in the two JB applications.

Is it possible to changes the status of YT issues from comments in the SubVersion commit comments? I.e. TC will update the YT status accordingly, and set in YT which version the fix was done.

like image 720
kasperhj Avatar asked Aug 24 '26 18:08

kasperhj


1 Answers

Yes, f.e. you can write

#TST-12 Fixed

in you commit message which will transit #TST-12 to the Fixed state. For more details look here.

like image 70
Sergey Bankevich Avatar answered Aug 28 '26 09:08

Sergey Bankevich