2

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)?

Susanta
  • 319
  • 2
  • 11

1 Answers1

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