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?
Bitbucket endpoint for all Pull Requests assigned to a user?
Asked Answered
© 2022 - 2024 — McMap. All rights reserved.
list pull requests
? developer.atlassian.com/cloud/bitbucket/rest/intro#filtering – Employee