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

Added support for posting comments #114

Closed Elwetana closed 2 years ago

Elwetana commented 2 years ago

The code that does the actual posting is autogenerated, I have merely added a wrapper to IssueService.Comments.cs

It is tested against our YouTrack 2021.3

I respectfully ask for pull into the 213 branch.

rekolobov commented 2 years ago

Thanks a lot for the effort and apologies for delayed response!

I'll do my best to merge&test&release (2021.4) build with your PR this week.

In the meantime, if you have difficulties using non-released versions for any reason, posting comments should be possble with IssuesService's ApplyCommand method (with command="comment" and respective comment value) although I understand this is not obvious to use especially due to rather bare documentation provided atm.

Elwetana commented 2 years ago

Hello, can I just ask how is it going?

rekolobov commented 2 years ago

Please accept my apologies for apparent lack of action

Released 2021.3.6 and published to NuGet