'How to implement a YouTrack REST API in C#
I would like to have my .Net C# program automatically create YouTrack tickets when things go south using their REST API. Can anyone point me to a C# implementation or guide me on how to do it?
Solution 1:[1]
The GitHub repo mentioned by CrazyCoder seems to be orphaned. Here's the official JetBrains repo, which appears to be currently being maintained: YouTrackSharp
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RebootDeluxe |
