Uploaded image for project: 'Analytics'
  1. Analytics
  2. ANALYTICS-65

Add user roles and permissions data to the Project data

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      User Problem

      Currently, the data regarding users in a Jira project and their permissions are not available. Users would like this information for governance purposes.

      Current Workarounds

      If you do need to report on that data, refer to our APIs: Jira Cloud REST API.

      For this use case you could possibly get those data by using the following endpoints
      1 - Generate a list with the IDs of all projects using this endpoint.
      2 - First, get the project permission scheme ID for the project using this endpoint;
      3 - Use the ID to get the permission schema using this endpoint, and look for ADMINISTER_PROJECTS, you can check which roles, users, or groups are given the permission to administer the project.
      4 - If you want to know which users are added to the project role, you will need to get the ID of the project role using this endpoint.
      5 - You can fetch the users assigned to the role using the role ID and this endpoint

      For support/assistance with our endpoints:

              tling@atlassian.com Tina Ling
              fc1801e0d2cb Inder Singh
              Votes:
              56 Vote for this issue
              Watchers:
              32 Start watching this issue

                Created:
                Updated: