-
Bug
-
Resolution: Fixed
-
Low
-
8.5.6, 8.5.7, 8.5.8, 8.5.10, 8.5.17
-
1
-
Severity 3 - Minor
-
Issue Summary
Jira Issue Macro doesn't render style attributes for an empty HTML tag(div tag) in Confluence related to a custom field in Jira.
<div style='display:inline-block; background-color:Red; width:50px; height:16px; text-align:left; border: thin solid #ccc'></div>
This is reproducible on Data Center: (yes) / (no): Yes
Steps to Reproduce
- Create a custom field in Jira of the type - Picker Color custom field, which is provided by a third-party plugin like Color custom fields.
- Associate the custom field with the Project and different screens.
- Create an Application link between Confluence and Jira.
- Create a page on Confluence, add the Jira Issues macro, and set a valid JQL that includes the custom field in results.
Expected Results
The style attribute for an empty HTML tag(<div> tag) should be rendered on the Confluence page for the custom field.
Actual Results
The style attribute for an empty HTML tag( <div> tag) is not rendered on the Confluence page due to which the custom field value(Color) is not visible.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
Notes
The issue should have the same roots as the bug CONFSERVER-94113 - Jira Issue Macro doesn't render HTML code in a custom field.
- is related to
-
CONFSERVER-94113 Jira Issue Macro doesn't render HTML code in a custom field
-
- Closed
-
- mentioned in
-
Page Loading...