I am using jira 4.4.4, and want to delete a custom field from one of my field configurations while leaving it in another. I want to do this because jira requires you to set a field to required in order to get rid of the "None" option in a dropdown field. I have it set to Required in one field configuration, but don't even need the field in the other. I've removed it from all screens in the other field configuration and hidden it, but still I have that irritating "None" in the screens I do want it to appear in. How do I fix this?
if you want to remove none from select list check this
https://confluence.atlassian.com/display/JIRAKB/How+to+Remove+'NONE'+from+a+Select+List+Custom+Field
to hide none, set default value for that field and make it required on field configuration, i hope it will resolve your problem
or
if you want remove 'None', check the doc here
https://confluence.atlassian.com/pages/viewpage.action?pageId=330795312
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I both removed the field from the screens I don't want it on, and I hid that field in the field configuration I don't want it on. The problem is, unless you list it as required in ALL field configurations, it has the annoying "None" option in the dropdown list.
What is the solution to that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can remove the none option by editing the file behind the vm file. Its in the templates/plugin/fields directory structure. I can find the exact path if you need/want it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your field configuration you can just "hide" the field (make sure that its not required). This means that the field will not be visiable for the project in question, but will remain there for the other project. It won't show up on the screen even if it is listed, so it will still be ok for the two projects to share the same screens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't have the option to remove the field's from field configuration and i don't think it requires also, just you have to remove fields from screens where ever you want.
if you want to make field required do it on required field configuration
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.