Bitbucket endpoint for all Pull Requests assigned to a user?
Asked Answered
H

1

6

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?

Heyes answered 21/7, 2022 at 22:19 Comment(2)
Have you tried filtering list pull requests? developer.atlassian.com/cloud/bitbucket/rest/intro#filteringEmployee
This is something that I'd also like to know...Canea
E
0

this API call worked for me in Bitbucket cloud.

Elephantine answered 9/1 at 13:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.