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 am getting a 5-10 second delay when adding multiple users to a multi user picker using a listener in scriptrunner, is there a more efficient way to handle this:
List<ApplicationUser> newIAC = [];
newIAC.add(ComponentAccessor.getUserManager().getUserByKey(iacVal));
newIAC.add(ComponentAccessor.getUserManager().getUserByKey(iac2Val));
When I have separate lists that I add a single user to in the same listener, it works fine but only slows down when I add a 2nd user to any of the lists.
Thanks in advance!