I have the group named 'foo-employee'
and I want to make the user whose email domains is 'xxx@foo.com' join the 'foo-employee' group when they join the Jira.
for now, I manually check their email domain and put the user to the group.
how do I make it automatically?
please let me know.
thanks
Hi @beck
Use the default group option in Jira to automatically add the user when they join Jira as shown below
Thanks,
Pramodh
Now to Control the Domains that can be added to which groups it's still not feasible as we talking about the Jira Administration.
From Scriptrunner,
Check for listener User added event and we can form a script to check the Domain and add the user to a group.
If you want to work with other plugins, please let me know or the script should include the listener, and domain check, and then add the user to the group.
Thanks,
Pramodh
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.