- 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.
- JavaScript百煉成仙
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- 軟件測試工程師面試秘籍
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- JAVA程序設計實驗教程
- 低代碼平臺開發實踐:基于React
- 編程與類型系統
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Learning Docker Networking
- C++語言程序設計
- Raspberry Pi Robotic Blueprints
- UML2面向對象分析與設計(第2版)
- SQL Server 入門很輕松(微課超值版)
- Learning Splunk Web Framework
- 你必須知道的.NET(第2版)