Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the new "List workspace pull requests for a user" endpoint #89

Open
JaZo opened this issue Feb 11, 2025 · 0 comments · May be fixed by #90
Open

Support for the new "List workspace pull requests for a user" endpoint #89

JaZo opened this issue Feb 11, 2025 · 0 comments · May be fixed by #90

Comments

@JaZo
Copy link

JaZo commented Feb 11, 2025

This morning Bitbucket showed me a reminder for the removal of the "List pull requests for a user" endpoint and advises to use the "List workspace pull requests for a user" endpoint (see https://community.atlassian.com/t5/Bitbucket-articles/Reminder-List-pull-requests-for-a-user-API-removal/ba-p/2935311). I tried to migrate to that endpoint, but unfortunately I couldn't find support for the new endpoint in this client yet.

If I'm correct, it should be something like this?

$client->workspaces($workspace)->pullRequests()->list($user, ['q' => $query]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant