Are there any plugins for Visual Studio 2010 that allow to work with Youtrack directly from the IDE?
Asked
Active
Viewed 2,960 times
1 Answers
5
The short answer is "no". However, you can vote for these two feature requests, and chances are we'll find a way to integrate YouTrack with VS in one way or another.

Jura Gorohovsky
- 9,886
- 40
- 46
-
Ok but is there a third party tool? – Cloudlucky Oct 22 '10 at 17:28
-
1None to my knowledge. YouTrack currently integrates with IntelliJ IDEA, TeamCity, and TestLink, and that's basically all. However, it exposes a decent REST API (http://confluence.jetbrains.net/display/YTD2/YouTrack+REST+API+Reference) that allows manipulating issues to an extent that is sufficient for developing a custom VS plugin. – Jura Gorohovsky Oct 22 '10 at 17:58
-
1There is a ReSharper plugin that I haven't gotten around to test yet: https://github.com/JetBrains/YouTrackForReSharper – Niklas Wulff Aug 13 '12 at 10:31
-
@NiklasRingdahl The link is broken :/ – achecopar Mar 21 '17 at 18:13