how to remove none option from cascading select custom field?

srinivasp
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.
September 12, 2013

how to remove none option from cascading select custom field? For other select lists, I made them required in the field configuration and so none option was hided but for cascading select custom field this is not working. Any pointers please?

1 answer

3 votes
srinivasp
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.
September 12, 2013

modify the file <tt><jira-install>\atlassian-jira\WEB-INF\classes\templates\plugins\fields\edit\edit-cascadingselect.vm</tt>

<tt>Comment the following option</tt>

 <!-- <option class="default-option" value="-1">$i18n.getText("common.words.none")</option> -->
Aisha M March 29, 2018

Hi, does this work in the latest version of JIRA ?

Aisha M March 29, 2018

Suggest an answer

Log in or Sign up to answer