I'm currently using jira 5.0.5. I created a custom field of type select list. I want it to be optional. Thus, I want "empty" to be a valid value. Therefore, I gave it no default value. However, when I put it on a screen, if the user does nothing it seems to automatically select the first item. It has no option for "None". I searched online and people mention a "none" option, but I'm not seeing it. Is this something in a newer version of Jira or am I missing something?
I think you made the field as Required while configuring the field. You go to the customfield in field configuration and select as Optional. Then you will see the None option.
Hope this helps and if any doubt ask me back.
Turns out the reason there was no option for None is that in my instance of Jira, the edit-select.vm file did not have the option for None. I'm not sure if someone changed this in the past or that's how it is in Jira version 5.0.5.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
some possible ways to remove None option from select list
1. some one might be removed None from Vm field ,check this document
2. As @Bharadwaj said
None will be removed if field is make required through field configuration and set deafult value for that
3. there is a chance to remove None using javascript
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.