- JIRA 7 Administration Cookbook(Second Edition)
- Patrick Li
- 195字
- 2021-07-16 10:48:10
Choosing a different field renderer
Most custom field types, such as select lists and text fields, can be rendered in multiple ways. For example, select lists can be rendered either with an autocomplete feature or as a simple, standard drop-down list.
In this recipe, we will be changing the Components field to use Select List Renderer so that we can see all the available selections.
How to do it...
Proceed with the following steps to change the option:
- 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 Renders link for the field to change.
- Select the new renderer type from the Active Renderer drop-down list.
- Click on Update to apply the change, as shown in the following screenshot:
There's more...
JIRA comes with several field renderers to choose from, and you can install custom renderers from third-party vendors. A good example is the JEditor add-on ( https://marketplace.atlassian.com/plugins/com.jiraeditor.jeditor ), which provides a rich text editor for all text-based fields, such as the Description field, as shown in the following screenshot:

- Arduino by Example
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團隊協(xié)同等核心場景實戰(zhàn)
- DevOps入門與實踐
- Mastering Unity Shaders and Effects
- 利用Python進行數(shù)據(jù)分析(原書第3版)
- Java Web程序設(shè)計任務(wù)教程
- 青少年學(xué)Python(第1冊)
- Extending Puppet(Second Edition)
- iOS開發(fā)實戰(zhàn):從入門到上架App Store(第2版) (移動開發(fā)叢書)
- INSTANT Sinatra Starter
- Mastering Linux Security and Hardening
- Buildbox 2.x Game Development
- PHP 7從零基礎(chǔ)到項目實戰(zhàn)
- Go語言入門經(jīng)典