Issue Summary
HTML description not rendered for Advanced Roadmaps locked custom fields (Parent Link, Target Start, Target End).
Steps to Reproduce
- Unlock one of the Advanced Roadmap custom fields by following Unlock a custom field. For example Parent Link
- In a project configuration edit the field configuration scheme and edit the Parent Link custom field to add a description to the field to be rendered in screens.
- Insert an HTML description. For example:
<span style="color:Gold;font-size:11px;font-weight:bold;">Golden Field</span> <span style="font-size:11px"> - Choose a parent to assign this issue to.</span>
- Go to Administration > System > General configuration and toggle the HTML flag for custom field description to ON:
- Navigate to Administration » Manage Add-ons, filter the visible add-ons by System Add-ons and search for "wiki", to find the Wiki Renderer Macros Plugin. Make sure it it enabled.
- Add the Parent Link field to the Create issue screen for the project.
- Create an issue and observe that the HTML is not rendered:
Note 1: Same happen with other locked Advanced Roadmap fields such as Target Start and Target End.
Note 2: For other locked field such the Agile ones (ex. Epic link) by doing same as above HTML is rendered:
Note 3: From Jira 8.7.0, the default behavior of the Enable HTML in custom field descriptions and list values items option has been changed so it is switched to OFF for new Jira installations and the upgraded ones that have never used it.
However for my test I set it on and same is with Jira 8.5.0 in combination with the affected Advanced Roadmap versions.
Expected Results
Given the changes made locked Advanced Roadmap custom fields HTML description should be rendered.
Actual Results
Advanced Roadmap custom fields HTML description are not rendered.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
JSWSERVER-21961 Target start/Target end Date - Html tags visible in field description during issue edit/create screen
-
- Closed
-
Form Name |
---|
Found this issue when looking on how to fix the issue with the rendering of the field description of the Target start/end date fields (first unlocked the fields to see whether I could simply remove the HTML tags, but there were none).
Then I ran into the following issue, which I believe to be connected to be connected to this issue: https://jira.atlassian.com/browse/JPOSERVER-3073
This issue is only for the problems with the "Target start/end" date though, and the workaround they posted there is by hiding the field description for those specific fields.