Is there any method to bulk add users to groups in Crowd? In JIRA it can be done with a Jelly script.
As an alternative to using Crowd's CSV importer, you could use Crowd's REST APIs to write a script in your language of choice.
Hi Sameera,
I could find this other answer which will probably help you: https://answers.atlassian.com/questions/50446/crowd-is-it-possible-to-bulk-add-a-user-to-several-groups
In other words, importing users from CSV should do the trick.
Cheers,
Rodrigo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Other answer is also correct.
We did it using CSV importer. An inportant thing, as Rune Hallem has mentioned in their question, user CSV must contain only the headers and no data.
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.