We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]);
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: