- JIRA 7 Administration Cookbook(Second Edition)
- Patrick Li
- 277字
- 2021-07-16 10:48:11
Creating a new field configuration
As we have seen in previous recipes, you can configure a field's behavior with field configuration. JIRA not only comes with a default field configuration that is applied to all project and issue types by default, but it also lets you create your own so that you can choose the projects and/or issue types to apply your field configuration to.
In this recipe, we will make the Description and Assignee fields required only for the Task issue type.
How to do it...
Setting up a new field configuration is a three-step process. The first step is to create the new field configurations:
- Log in to JIRA as a JIRA administrator.
- Navigate to Administration | Issues | Field Configurations.
- Click on the Add Field Configuration button, and name it
Task Field Configuration
; click on Add. - Click on the Required link for the Description and Assignee fields.
The second step is to associate the new field configuration with a new field configuration scheme:
- Navigate to Administration | Issues | Field Configuration Schemes.
- Click on the Add Field Configuration Scheme button, and name it
Task Field Configuration Scheme
click on Add. - Click on the Associate an Issue Type with a Field Configuration button.
- Select Task for Issue Type,Task Field Configuration for Field Configuration, and click on Add, as shown in the following screenshot:
The last step is to apply the new field configuration scheme to our project:
- Navigate to Administration | Projects.
- Select a project from the list.
- Select Fields from the left-hand side panel.
- Navigate to Actions | Use a different scheme.
- Select the new Task Field Configuration Scheme option, and click on Associate.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- UML和模式應(yīng)用(原書第3版)
- 區(qū)塊鏈架構(gòu)與實現(xiàn):Cosmos詳解
- Django:Web Development with Python
- GeoServer Beginner's Guide(Second Edition)
- 精通Linux(第2版)
- 零基礎(chǔ)學(xué)單片機C語言程序設(shè)計
- HTML5+CSS3 Web前端開發(fā)技術(shù)(第2版)
- Machine Learning in Java
- C# and .NET Core Test Driven Development
- R語言數(shù)據(jù)挖掘:實用項目解析
- Instant Automapper
- Python第三方庫開發(fā)應(yīng)用實戰(zhàn)
- Android初級應(yīng)用開發(fā)
- Cloud Development andDeployment with CloudBees