-
Bug
-
Resolution: Fixed
-
Low
-
9.4.24, 9.15.1, 10.0.0
-
9.04
-
Severity 2 - Major
-
-
Issue Summary
Jira Software under the hood performs search operation to get values for the backlog. It works fine for native custom fields, some of the custom fields could return HTML as values. Hence the tooltip escape HTML.
When hovering the checklist fields, Jira also adds a tooltip that displays the same result of the column-view velocity template.
This works fine in the agile board views (Scrum and Kanban) but not in the backlog board view where the tooltip renders the HTML in raw format.
See screen captures for reference.
![]()
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Create Scrum project
- Install Checklist for Jira from market place
- Create new custom field 'Checklist' in `Custom Fields` admin panels
- Apply to specific context of the your Scrum project
- Add new field to Issue Screen for the project
- Configure the backlog board to add the checklist field
-
- Add new field to Card Layout of the issue
- Add optionally any Jira Native CF
- Hover the checklist - Notice the tooltip contains raw HTML
- Tooltips of Jira Native doesn't contain HTML tags
- Except description field, which could contain HTML tags, will not render
Expected Results
- The tooltip should not contain the raw HTML tags
Actual Results
- Raw HTML text will show in the tooltip
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is resolved by
-
WCAT-601 Loading...