I'm using a cascading field that is required by post function validation to be required during a transition. This works just fine but I've noticed that both levels of the field are required. This is also fine, makes sense. However, the default None value that appears in the list will not be accepted as a allowed value when the field is required. Selecting JIRA->None for example will not allow you to finish the transition. Is this a bug or am I doing something wrong?
None is basically the translation of a Null value on the database side. Since a value is required it must not be Null (or translated None).
However, you can add your own 'None' value and set it as default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to be able to register that zero value, but it seems that JIRA is requiring me to create a zero value rather than using EMPTY or NULL as a zero value. This is fine, I will do that. I guess it is just a pet peev of mine that now I will have two None values in all my lists creating confusion for those making selections in this field. They will wonder why chosing one None will fail but the other will work.
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.