You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly these endpoints seem to be not well documented, but they are available to use, and also here's a related ticket with more information: BSERV-12527
Current Behavior and Context
To manage / monitor permission setup of project permissions in a Bitbucket setup. Most user and group related permissions can be accessed via bitbucketClient().api().projectApi().listPermissionsByGroup and bitbucketClient().api().projectApi().listPermissionsByUser, but the Default permissions are not supported by the client.
The text was updated successfully, but these errors were encountered:
Feature Request and Expected Behavior
Provide access for the following endpoints:
/rest/api/1.0/projects/PROJECT/permissions/PROJECT_ADMIN/all
/rest/api/1.0/projects/PROJECT/permissions/PROJECT_WRITE/all
/rest/api/1.0/projects/PROJECT/permissions/PROJECT_READ/all
Sadly these endpoints seem to be not well documented, but they are available to use, and also here's a related ticket with more information: BSERV-12527
Current Behavior and Context
To manage / monitor permission setup of project permissions in a Bitbucket setup. Most user and group related permissions can be accessed via
bitbucketClient().api().projectApi().listPermissionsByGroup
andbitbucketClient().api().projectApi().listPermissionsByUser
, but the Default permissions are not supported by the client.The text was updated successfully, but these errors were encountered: