-
Suggestion
-
Resolution: Unresolved
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:
- General scripting questions: Developer Community
- For problems found within our APIs: Developer support
Description |
Original:
h3. 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. h3. Current Workarounds If you do need to report on that data, refer to our APIs: [Jira Cloud REST API|https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version]. 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|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get]. 2 - First, get the project permission scheme ID for the project using this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes/#api-rest-api-3-project-projectkeyorid-permissionscheme-get]; 3 - Use the ID to get the permission schema using this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes/#api-rest-api-3-permissionscheme-schemeid-get], 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|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-project-projectidorkey-role-get]. 5 - You can fetch the users assigned to the role using the role ID and this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-project-projectidorkey-role-id-get] For support/assistance with out endpoints: * General scripting questions: [Developer Community|https://community.developer.atlassian.com/] * For problems found within our APIs: [Developer support|https://ecosystem.atlassian.net/servicedesk/customer/portal/34/group/3534/create/4180] |
New:
h3. 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. h3. Current Workarounds If you do need to report on that data, refer to our APIs: [Jira Cloud REST API|https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version]. 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|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get]. 2 - First, get the project permission scheme ID for the project using this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes/#api-rest-api-3-project-projectkeyorid-permissionscheme-get]; 3 - Use the ID to get the permission schema using this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes/#api-rest-api-3-permissionscheme-schemeid-get], 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|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-project-projectidorkey-role-get]. 5 - You can fetch the users assigned to the role using the role ID and this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-project-projectidorkey-role-id-get] For support/assistance with our endpoints: * General scripting questions: [Developer Community|https://community.developer.atlassian.com/] * For problems found within our APIs: [Developer support|https://ecosystem.atlassian.net/servicedesk/customer/portal/34/group/3534/create/4180] |
Description |
Original:
h3. 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. h3. Current Workarounds Currently, there is no workaround available for this. |
New:
h3. 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. h3. Current Workarounds If you do need to report on that data, refer to our APIs: [Jira Cloud REST API|https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version]. 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|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get]. 2 - First, get the project permission scheme ID for the project using this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes/#api-rest-api-3-project-projectkeyorid-permissionscheme-get]; 3 - Use the ID to get the permission schema using this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes/#api-rest-api-3-permissionscheme-schemeid-get], 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|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-project-projectidorkey-role-get]. 5 - You can fetch the users assigned to the role using the role ID and this [endpoint|https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-project-projectidorkey-role-id-get] For support/assistance with out endpoints: * General scripting questions: [Developer Community|https://community.developer.atlassian.com/] * For problems found within our APIs: [Developer support|https://ecosystem.atlassian.net/servicedesk/customer/portal/34/group/3534/create/4180] |
Assignee | Original: Inder Singh [ fc1801e0d2cb ] | New: Tina Ling [ tling@atlassian.com ] |
Description |
Original:
h3. User Problem
Currently, the data regarding users in a Jira project and their permissions are not available. Information regarding the last login is also not available in Data Lake. Users would like this information for governance purposes. h3. Current Workarounds Currently, there is no workaround available for this. |
New:
h3. 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. h3. Current Workarounds Currently, there is no workaround available for this. |
Summary | Original: Add user roles, permissions and login data to the Project data | New: Add user roles and permissions data to the Project data |
Assignee | Original: Ben Jackson [ bjackson3@atlassian.com ] | New: Inder Singh [ fc1801e0d2cb ] |
Labels | New: avp-dataset-request |
Assignee | New: Ben Jackson [ bjackson3@atlassian.com ] |