- JIRA 7 Administration Cookbook(Second Edition)
- Patrick Li
- 311字
- 2021-07-16 10:48:10
Hiding a field from view
There will be times when a field is no longer needed. When this happens, instead of deleting the field, which would also remove all its data, you can choose to hide it. So if you need the field again further down the track, you can simply unhide it, and retain all the data.
In this recipe, we will be hiding both the Priority and Due Date fields.
How to do it...
Proceed with the following steps to hide a field in JIRA:
- Log in to 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 Hide link for Priority and Due Date.
There's more...
Using field configuration is one way to hide fields from the user. There are two more ways to make a field hidden from view:
- Take the field off screen. Note that for the View screen, default fields such as summary and description, are shown regardless of whether they are placed on the screen.
- Restrict the field's configuration scheme so that it is not applicable to the project/issue type context. You can do this by clicking on Configure for the custom field, and deselecting the project/issue type you do not want the field to be available for.
Hiding the field with field configuration will make it hidden from all screens, so if you want to hide the field from specific screens, you should not use field configuration, but simply take the field off the appropriate screens. For example, if you want to make a field read-only after an issue is created, you can simply take it off the screen assigned to the edit issue operation.
- 數據庫程序員面試筆試真題與解析
- 零基礎玩轉區塊鏈
- Mastering Spring MVC 4
- Hands-On JavaScript High Performance
- Banana Pi Cookbook
- Silverlight魔幻銀燈
- INSTANT OpenNMS Starter
- Hands-On Natural Language Processing with Python
- SciPy Recipes
- Practical Microservices
- 嵌入式Linux C語言程序設計基礎教程
- After Effects CC案例設計與經典插件(視頻教學版)
- Java程序設計實用教程(第2版)
- Yii2 By Example
- Flutter從0基礎到App上線