- 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.
- PyQt從入門(mén)到精通
- 樂(lè)學(xué)Web編程:網(wǎng)站制作不神秘
- INSTANT MinGW Starter
- Getting Started with NativeScript
- OpenStack Orchestration
- C語(yǔ)言程序設(shè)計(jì)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 軟件測(cè)試實(shí)用教程
- Web前端應(yīng)用開(kāi)發(fā)技術(shù)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- PHP編程基礎(chǔ)與實(shí)踐教程
- JBoss:Developer's Guide
- 零基礎(chǔ)輕松學(xué)C++:青少年趣味編程(全彩版)
- C語(yǔ)言程序設(shè)計(jì)教程
- Practical Responsive Typography