You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.