The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Scriptrunner multi user picker add delays

J C
November 13, 2018

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!

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events