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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.