Error on loading reviewers because api is deprecated

Issue #745 new
Fabian Heinz created an issue

While typing to the reviewers field by creating a pull request, nothing happens. The VSCode output shows:

Error getting URL: https://api.bitbucket.org/2.0/teams/censored/members?q=nickname="censored"  Error: Request failed with status code 403

This happens with the whole name of an added user, the email and parts of the name.

As the api endpoint for /teams is deprecated, it should be updated with the new one, maybe this will fix the problem:

Deprecated: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-teams/#api-teams-username-members-get
New: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-members-get

I verified the new endpoint is working with same credentials using postman.

Comments (0)

  1. Log in to comment