Documentation for JIRA 5.1.x. Documentation for other versions of JIRA is available too. 
![]()
This page describes how to increase the size of the Fix Version/s and Affects Version/s drop-down lists. Please see JRA-3028 for the full feature request.
This workaround will apply to all Fix Version/s and Affects Version/s drop-down lists in the instance.
Edit <atlassian-jira/WEB-INF/classes/templates/jira/issue/field/components-edit.vm. Change the line:
<select multiple name="$field.id" size="#minSelectSize ($versions 1 6)" id="$field.id">
For example, if you wanted to make it 15 (in the case where there are more than 3):
<select multiple name="$field.id" size="#minSelectSize ($versions 1 15)" id="$field.id">
Make sure to back up the velocity file before changing it. Keep in mind the notes from Modifying JIRA Templates and JSPs.
There is no content with the specified labels