Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.