Is it possible to query YouTrack issues from a different client other than the web client? For example, is there any connector available for listing YouTrack issues from a different IDE other than Idea (Netbeans or anything else etc)?
Asked
Active
Viewed 951 times
1 Answers
1
Here you can find a ReSharper plugin for YouTrack: https://github.com/JetBrains/YouTrackForReSharper. Furthermore, here's a description of YouTrack REST API: http://confluence.jetbrains.com/display/YTD3/YouTrack+REST+API+Reference which you can use if you want to integrate YouTrack with almost any kind of tool.
Alexander

Alex.V
- 2,081
- 14
- 13
-
What I understand is ReSharper plugin if good for Visual Studio? Is there any plugin for Netbeans? – Gaurav Agarwal Nov 01 '12 at 11:34
-
Unfortunately, there's no. At lease I'm not aware of any. – Alex.V Nov 01 '12 at 15:06