-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
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 and bitbucketClient().api().projectApi().listPermissionsByUser, but the Default permissions are not supported by the client.
cdancy