Alter number of elements in dropdown?

Mikkel Kragelund Nielsen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 3, 2013

Dows anyone know if its possible to change the number of elements in a autocomplete dropdown?
I would like to have more then 20 elements in the labels autocomplete list

1 answer

1 accepted

3 votes
Answer accepted
Immanuel Siagian
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 3, 2013

Hi Mikkel,

You can change the number of suggestion by:

  1. create a file named jira-application.properties
  2. Within this file, insert the line "jira.ajax.autocomplete.labelsuggestion.limit = 30"

Notice that I have configured the value to be 30. You can change the number of suggestion according to your preferences.

Once you have saved the file, placed it on the JIRA-HOME directory, and then restart your JIRA instance for the changes to take effect ;)

Hope this helps.

Suggest an answer

Log in or Sign up to answer