JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
135 stars 105 forks source link

Adding a comment #113

Closed Elwetana closed 2 years ago

Elwetana commented 2 years ago

As far as I can say, YouTrackSharp now only supports retrieving, updating and deleting comments, but not creating new ones.

Is it correct? If so, is there some reason for it (i.e. is there some hidden pitfall)? I would be willing to take a stab at it, if it's only matter of nobody getting around to do it yet.

Thank you.

Elwetana commented 2 years ago

I have looked into it and it was very simple (if I am not doing something wrong). I've created pull request #114 with my changes.