-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.12.22, 10.3.11, 10.7.4
-
Component/s: (Advanced Roadmaps) Plan - Teams
-
9.12
-
2
-
Severity 3 - Minor
-
9
Issue Summary
We can consider this a recursion bug for https://jira.atlassian.com/browse/JRASERVER-70909.
Disabling the HTML renderer in the field description breaks the description of fields like "Team", "Parent link", etc. Based on my findings, the issue is specific to those fields where the description is hard coded in the Jira application. Let's take the custom field "Team" to illustrate the problem.
Note: The team field has the description hardcoded in the "team-management-plugin.properties" file of "team-management-plugin-10.3.3.jar".
Issue: The "Team" field description is not rendering correctly if we have "Enable HTML in field descriptions and list item values" turned OFF.
It's OFF by default from Jira release 8.7.x due to security reasons.
Steps to Reproduce
- Spin up a Jira Software application on any supported version
- Navigate to
> Issues > Custom fields . - Search for "Team" field.
- Unlock the Team field custom fields by following unlock a custom field document.
- Navigate to Actions > Edit Details and update the description in plain text format, as shown in the screenshot below.
Expected Results
The updated field description should render correctly, as shown in the screenshot below.

Actual Results
The updated field description should render correctly, as shown in the screenshot below.

Workaround
"Enable HTML in field descriptions and list item values" to ON.
- Go to Administration > System > General configuration and toggle the HTML flag for custom field description to ON:

Please note, this was turned off from Jira version 8.7.*, due to security reasons.
Please refer to the Jira upgrade notes for more details:
- links to
- mentioned in
-
Page Loading...