I am wondering if there is a way to exclude deleted comments using bitbucket rest api.
I have tried:
but it does not work
Did you ever figure this out?
According to documentation on queries for pull requests, queries for pull requests do not allow a deleted flag. Only state=open, for example, and that's for the pull request not the comment (as a comment can't have an "open" flag as that wouldn't make sense).
There is also no documentation for /pullrequest/{id}/comments queries, so it stands to reason that these filters are solely for the pull request and not for the comments.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.