lvermeulen / Bitbucket.Net

C# client for Atlassian Bitbucket Server
MIT License
32 stars 18 forks source link

Create Blocker Comments and Fix Previous Anchor Issue #26

Open lrv1668 opened 2 years ago

lrv1668 commented 2 years ago

This PR is used to add functionality to create blocker comments (which is the exact same payload as /comments).

I also fixed the formatting for the anchor in the payload, as it would cause a 500 HTTP response if all values were null.

Anyone please feel free to add functions for the other HTTP methods for /blocker-comments, my priority is only to get creation working for now.

lrv1668 commented 2 years ago

@lvermeulen Any update on when this could be merged?

MattBussing commented 2 years ago

@lvermeulen , any updates on this?

roger-strain commented 2 years ago

@lvermeulen This would be a helpful change, could you please review and merge if things look good?

roger-strain commented 2 years ago

@lvermeulen Would still love to see this merged, as it would provide some functionality we were hoping to see in this package.

MattBussing commented 2 years ago

related https://github.com/lvermeulen/Bitbucket.Net/issues/28

uanvas commented 1 year ago

Hello guys, any updates regarding blocker comments PR?