Hi,
I'm trying to get things going with the YouTrackSharp library.
Now, I keep running into this "Not Found" error when the httprequest.post takes place in the MakePostRequest method.
I create a connection like this:
var connection = new Connection("support.mycompany.eu");
connection.Authenticate("xxx", "yyy");
I also tried host "mycompany.myjetbrains.com" which is an alias.
xxx is my login and yyy is my password. I have an Admin account but I also tried it with the root account.
Now, when this call is made inside the MakePostRequest method:
httpRequest.Post(_uriConstructor.ConstructBaseUri(command), data,
HttpContentTypes.ApplicationXWwwFormUrlEncoded);
Then I always get a "Not found" HttpException. Nothing more. Just "Not found".
Do you have any idea of what's going wrong and what other things I can try to get it working.
We have an "in the cloud" version of youtrack.
Also, I read that youtracksharp could work with custom fields. But then it was rolled back? Does it support custom fields or will it in the future. And how can we request them?
Thanks!
Jeroen
I've added my project as a zip to this thread. Look at the BDPlay.cs file where I make my connection. You can just run the solution from within Visual Studio. There is only 1 button on a form which creates the connection when clicked.
Thank you for looking in to it :)
Jeroen
connection = new Connection("xxxxx.myjetbrains.com", 80, false, "youtrack");