Integration Youtrack and PHPStorm with Subversion

Hi all,

I bought PHPStorm recently and I really love it. Development is more fun with this IDE.
Today, I downloaded Youtrack 3.0 and installed it on a Windows server and it works flawlessly so far.

But I'm wondering if it is possible to use subversion checkin comments to set Youtrack issue states, for example when I commit a certain change list to my svn repository and write something like "{TicketID}: State fixed", so that Youtrack updates the state of this issue identified by {TicketID}.
I used to to this with Subversion and Trac and I consider it quite convenient.

Thanks for your help,

best regards,

ThaGoob

0

Hi Thadaus,

there isn't direct integration between Subversion and Youtrack, however, if you use Teamcity you can do exactly that you told about.

Precisely, if you connect Subversion with Teamcity and Teamcity with Youtrack, you can just make commit with comment "#IssueID State Fixed" and this command will be appllied to issue.

If you have access to http://youtrack.jetbrains.net, you can see the example here: http://youtrack.jetbrains.net/issue/JT-9842?projectKey=JT#tab=TeamCity%20Changes

More details you can find here http://confluence.jetbrains.net/display/YTD3/Executing+Commands+from+Comment+to+VCS+Commit

0
Avatar
Permanently deleted user

Thanks for the hint!

After an hour of configuration and RTFM :-) it works like a charm. Great tools you offer!

Best regards,

Thadäus

0

请先登录再写评论。