Improve visibility of resource permissions in Bitbucket workspaces managed from Atlassian platform

XMLWordPrintable

    • 2

      Previously in legacy workspaces it was easy to see permissions across a workspace on a single screen via Workspace Settings > User Groups - where each group accessed would show clearly which users were members of these groups, and which repositories these groups had access to.

      Sample Screenshot:

      Currently, in UUM workspaces this view no longer exists (as users are managed in Atlassian Admin).

      Enhancement request

      It would be very helpful to have the same UI view either in AdminHub or Workspace settings to see explicit user and group permissions.

      Workaround

      As a workaround, you can use the REST API endpoint below to get that information:

      curl --request GET \
        --url 'https://api.bitbucket.org/2.0/workspaces/{workspace}/permissions/repositories' \
        --header 'Authorization: Bearer <access_token>' \
        --header 'Accept: application/json'

      Reference: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-permissions-repositories-get

              Assignee:
              Yana
              Reporter:
              Ben
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: