- JIRA 7 Administration Cookbook(Second Edition)
- Patrick Li
- 160字
- 2021-07-16 10:48:10
Making the assignee field required
By default, the assignee field has an unassigned option, which is equivalent to making the field optional. If you check out field configuration, you would realize that you cannot make the assignee field required, as there is no such option available.
In this recipe, we will look at how to disable the unassigned option, effectively making the assignee a required field.
Getting ready
You cannot disable the unassigned option if you have:
- Issues that are currently using that option for the assignee
- Projects that have an unassigned set as the default
How to do it...
Proceed with the following steps to disable the unassigned option:
- Log in to JIRA as a JIRA administrator.
- Navigate to Administration | System.
- Click on the Edit Settings button.
- Scroll down, and select the OFF option for Allow unassigned issues; click on Update.
As shown in the following screenshot, once the option is disabled, issues can no longer be unassigned: