Questions tagged [youtracksharp]

4 questions
1
vote
1 answer

YouTrackSharp - EasyHttp Bad Request

I am occasionally receiving a bad request error message when making API requests via YouTrackSharp. This only happens when running on the server, if I debug the app locally (running on IIS, not IIS Express), it goes through appropriately. Has anyone…
invertigo
  • 6,336
  • 5
  • 39
  • 64
0
votes
1 answer

How to set Type field using YoutrackSharp

I am trying to create a new issue in youtrack from a C# application. Everything works fine so far, except that the Type field is not set correctly. I tried setting the Type as an integer (since the field is actually an enum field) as well as as a…
Crown
  • 169
  • 1
  • 7
0
votes
1 answer

Create a new issue using YouTrackSharp

I'm trying to create a new issue using YouTrackSharp, back into my on premise you track instance. I can search fine, so I know my Connection and Credentials are working. Based on the example I have tried both a dynamic, as well as instantiating an…
ScottCate
  • 2,365
  • 7
  • 21
  • 35
-4
votes
2 answers

YouTrackSharp: can't get it to work

Trying to open an issue from a C# app. Few issues: 1) UPDATE: I realize it only supports .NET Standard 1.3 = Framework 4.6; So no issue here. 2) I install version 2.0.31 (and less) - When I try to set up a connection, it says "Method not…
Maverick Meerkat
  • 5,737
  • 3
  • 47
  • 66