Dear Community,
We've two projects and need to add 200 users to those two projects for one role. I have postman to call Rest API. Does there any better solution on how to call rest api to create multiple users using https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/project/{projectIdOrKey}/role-addActorUsers ? Can we send multiple users at one time using this rest API?
Regards,
Praveen
There is a feature request for this : https://jira.atlassian.com/browse/JRASERVER-66668
Right now you can create a script (with python or other language ) that will read a csv with all the users and add them to the project role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.