-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: API Framework - Schema
Hello,
I'm the author of a popular plugin, which provides integration of JetBrains IDEs with Bitbucket:
https://plugins.jetbrains.com/plugin/13538-bitbucket-pull-requests
I'm trying to add "Create Pull Request" feature into it, but I've faced with the issue that I cannot get the list of all possible (not only default) reviewers to show in the UI.
I tried to use "workspaces/.../members" endpoint, but it only works for admin users. If it worked for non-admin users, it would be a solution too I think.