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: 

Combobox with text search which values are get from Java method after text insert

Łukasz Padło
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 6, 2015

I would like to have combobox (customfield) which call Java method after every text input (e.g. onkeyup event) to get values. We have millions of data so we don't want to get them all as possible combobox list, we would like to start search for values after type some about 4 chars.

How to invoke java method on every char type in textbox?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
October 6, 2015

You may try the following options:

  • You can use the JIRA ScriptRunner Scripted field 
  • You can just create a TEXT Custom field and create a jQuery in the custom field description (or any where in the page) that lets you do the autocomplete which is not a JIRA feature so you have to code it to start searching after 4 chars.

 

TAGS
AUG Leaders

Atlassian Community Events