- Introduction
- About
- Get started
- Migration to Cloud
- Bundled Fields
- Bundled Fields Overview
- Adding Bundled Fields
- Bundled Fields Configuration
- Format and validation
- Using Bundled Fields
- Advanced settings
- Bundled Fields Searcher
- Java API (ScriptRunner)
- Data Sources
- Email notifications
- Bundled Fields v.6.8.x - 6.9.x
- Bundled Fields v.6.7.x
- Dynamic Forms
- Dynamic Forms
- Supported fields
- Visibility
- Request Types visibility
- Fields visibility
- Customer Portal visibility
- Options visibility
- Requirements visibility
- SLAs visibility
- Java API
- Multilevel Structure
- Configuration
- Using a multilevel structure on the Customer Portal
- User Synchronization
- Organizations and Groups Synchronization
- Issue View
- Issue View
- Add user's IP address post function
- Restart SLA post function
- Update SLA to date post function
- Customer Portal
- Links
- Export list
- Split column
- Request details view
- Additional fields
- Additional options
- Compatibility
- Configuration Manager
Rich Text
This section provides information on how to use the Rich Text custom field on the Customer Portal.
Rich Text custom field allows to add text and edit its formatting, style, and size. In addition, you can create lists and embed links, quotes, or code snippets.
- Remember to add the field to the issue screen and to the request type.
- To check your settings, go to: Project Settings > Request Types > Edit fields > Add a field.
- For more information on adding a custom field, see official Atlassian documentation.
Create a Rich Text custom field
Before you start, log in as a user with the Jira Administrators global permission.
Steps
To create a Rich Text custom field:
- Go to Jira Administration > Issues > Custom fields in the Fields section.
- Click Add custom field at the right side of the screen.
- Choose Deviniti [Extension] - Rich Text in the Advanced section and click Next. The Configure ‘Deviniti [Extension] - Rich Text’ Field dialog box appears.
- Configure the following:
- Name: enter a field name.
- Description: enter a field description.
- Click Create.
- Associate your custom field to the appropriate screens.
- Click Update.
Result
A new custom field is created.
Use a Rich Text custom field
- Add a new Rich Text field to the appropriate request type.
- Raise a request.
- Rich your text.
InfoFormat options: Text styles, Bold, Italic, Underline, Strikethrough, Code, Subscript, Superscript, Text color, Bullet List, Numbered List, Link, Table, Quote, and Horizontal rule.
- Click Create.
- Go to the request detail view.
Rich Text in the email notifications
In order to insert Rich Text editor in the HTML-generated email notifications, add the formattedrichtext.vm
template to issuecreated.vm
.
JIRA/WEB-INF/classes/templates/email/html/includes/fields/formattedrichtext.vm
#disable_html_escaping()
#set ($customfield = $customFieldManager.getCustomFieldObject("customfield_10701"))
#set($customFieldValueWithHtml = $issue.getCustomFieldValue($customfield))
#if($customFieldValueWithHtml)
<tr>
<th>#text($customfield.name):</th>
<td class="has-icon">
$customFieldValueWithHtml
</td>
</tr>
#end
Changing the renderer
Keep in mind that in order for the Rich Text editor to display in Email notifications, you need to change the active renderer for the Rich Text custom field.
Steps
- Go to Jira Administration > Issues.
- Open Field configuration.
- Select the Field Configuration that contains your custom field.
- Click Configure.
- Navigate to the chosen Deviniti [Extension] Rich Text custom field and click Renderers.
- Select Rich Text Renderer.
- Click Update to save the changes.
If you can’t find the answer you need in our documentation, raise a support request.