Using the Bitbucket REST API, Iām looking for a way to get all pull requests that are assigned to a user. So far this endpoint: https://api.bitbucket.org/2.0/repositories/{workspace}/{repository_name}/pullrequests/{pullrequest_id}?fields=reviewers
will show me the reviewer assigned to that specific pull request ID. Is there a way to do that, but not for a specific pull request, rather all pull requests assigned to a user?
Asked
Active
Viewed 713 times
5

Renee Petit
- 61
- 3
-
Have you tried filtering `list pull requests`? https://developer.atlassian.com/cloud/bitbucket/rest/intro#filtering ā Randommm Jul 22 '22 at 06:31
-
This is something that I'd also like to know... ā brianc Jul 25 '22 at 16:24