Hi!
Can I add jira permissions groups in to Customers in the project?
Our Jira permission groups are synced with directory in Azure and are updating.
The idea is that we need to add to the Project ( closed private project) a lot of jira users, most of users in our jira. It will be hard to do manually.
Also we'd like if the users will be deactivated or added to jira to automatically add them to this user permission groups.
Is there such a possibility?
Hello @Vera Valshonok
Correct me if I am wrong: you would like to bulk add the users to the project? If this is the case you can do this with the API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-role-actors/#api-rest-api-3-project-projectidorkey-role-id-put
Reference to the link from above is this one: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-rest-api-3-role-get
It would also take time to go through the account ID of each user. This is done when the each user goes to their avatar and click on the profile. The ID of the account is everything behind the /jira/people part.
For the users to automatically get the access, this would need to be set up from the Azure side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.