It looks like project, component and version autocomplete fields do not use AJAX and load the whole set of values into browser memory. This makes all aforementioned fields not really scalable. I had delays up to 20 seconds upon opening CreateIssue dialog in configurations with several thousands (up to 4) of projects or components and versions
Is there any recommended way to go around this behavior and avoid pre-loading all project, component, and version values?
Thanks!
It is not configurable but you should be able to modify the related velocity templates and load them as you want. For example, loading projects is controlled using atlassian-jira/WEB-INF/classes/templates/jira/issue/field/project-edit.vm.
Thank you! As I understand, I can modify vm templates to make these fields as text edit fields (without loading all values in a list) but it is unlikely that I can make them AJAX based without changing Jira classes...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, you should be able to make it Ajax based too by using the existing REST services ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.