- 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:

- Oracle從入門到精通(第3版)
- Oracle WebLogic Server 12c:First Look
- VSTO開發(fā)入門教程
- Reactive Programming With Java 9
- AIRIOT物聯(lián)網(wǎng)平臺(tái)開發(fā)框架應(yīng)用與實(shí)戰(zhàn)
- GameMaker Essentials
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- Learning C++ by Creating Games with UE4
- Android初級(jí)應(yīng)用開發(fā)
- Windows 10 for Enterprise Administrators
- 數(shù)據(jù)庫技術(shù)及應(yīng)用教程上機(jī)指導(dǎo)與習(xí)題(第2版)
- JavaScript重難點(diǎn)實(shí)例精講
- Unity AI Game Programming(Second Edition)
- Storm Real-Time Processing Cookbook
- The C++ Workshop