Hi
I have a non custom field called affected version on Create Bug screen which is mandatory.
By default in absence of any version it shows 'None' and create Bug screen gives error saying Affected version required.
Can someone suggest on how i can have a default value TBD and get rid of the error.
Hello,
You can make the field not mandatory and create a validator or post function where you would check if the field has a value or not. If not you would set a default value to the field.
The Affect/s Version fields is populated by the Versions that you have defined in your project. To add values to it you need to go to your Project settings and add a Version. See https://confluence.atlassian.com/jirakb/how-to-enable-and-edit-component-s-affects-version-s-and-fix-version-s-field-711361820.html for more details.
You can also make the field optional by changing your field configuration so you do not have to enter a value for Affect/s Version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even though my "Affects Version/s" is made optional in the field configuration, I need to choose it when creating a ticket, as if it was required. How to change 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 either modify the Field Configuration to remove the requirement for Version, or you can create a new version for the project to use within bugs.
If you are going to just be creating a dummy version to set your bugs to, you might as well remove it from the configuration. That being said, if you are going to remove it from the field configuration scheme, make sure that you aren't affecting other projects.
This is cloud documentation for how to modify the field confiugrations, but it works for server as well.
https://confluence.atlassian.com/adminjiracloud/changing-a-field-configuration-844500798.html
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.