I have a single select custom field containing more than 100 values, so it's difficult to go through all possible values and select the most appropriate one.
I believe we can enable "key search" by giving custom script on field description under project's Field configuration. Below is my script, which isn't working as expected. Can anyone please help on this?
<script type='text/javascript'>
new AJS.SingleSelect({
element: AJS.$('select#customfield_27857'),
setMaxHeightToWindow: true
});
</script>
On jira server v8.5.6
When i select the field and start typing the choice i want, it takes me down the list to the choice. I use this to navigate the long list of choices.
What are you trying to achieve here? Sounds the same to me..
Hi @Fazila Ashraf , Will it work for Data center version 8.5? I was trying to add but it is not working. I have added the code above custom script on field description under project's Field configuration and custom field description but didn't work.
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.