You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.