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!
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.