Making a field required
Required fields such as Summary and Issue Type have a little red asterisk next to them, which means they must have a value when you are creating or updating an issue. This is a great way to ensure that users do not skip filling in important information.
We will look at how to make any fields of your choice required in this recipe, with field configurations. A field configuration controls the behavior of a field; this includes the field's mandatory requirements, visibility, renderer, and description.
How to do it...
Proceed with the following steps to make a field required in JIRA:
- Log into JIRA as a JIRA administrator.
- Navigate to Administration | Issues | Field Configurations.
- Click on the Configure link for the field configuration used by the project and issue type.
- Click on the Required link for the Due Date field.
Once you have marked the Due Date field as required, whenever you create or edit an issue, JIRA will make sure a value is entered for it, as shown in...