Bitbucket.Net icon indicating copy to clipboard operation
Bitbucket.Net copied to clipboard

Add support for tasks (blocker comments) on pull requests

Open roger-strain opened this issue 3 years ago • 2 comments

I'm not sure which API version introduced the change, but tasks on pull requests are now called "blocker-comments". Would it be possible to add support for those?

Per the docs here: https://docs.atlassian.com/bitbucket-server/rest/7.4.0/bitbucket-rest.html

http://example.com/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/pull-requests/{pullRequestId}/blocker-comments

seems to mirror

http://example.com/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/pull-requests/{pullRequestId}/comments

fairly closely.

roger-strain avatar Jan 05 '21 18:01 roger-strain

Hi @roger-strain , I would welcome a pull request for this.

lvermeulen avatar May 07 '21 07:05 lvermeulen

@lvermeulen PR opened for this issue (Not mine): https://github.com/lvermeulen/Bitbucket.Net/pull/26

Any chance this will get merged/published soon?

kevwo avatar Sep 22 '21 17:09 kevwo