-
Suggestion
-
Resolution: Unresolved
-
1
-
3
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
Summary
When working with Custom Fields displayed the JIRA issues macro, Confluence will ignore the case of the fields as they're input into Confluence.
Steps to Reproduce
- In JIRA, create a custom field, and call it "RN Summary"
- In Confluence, create a page, and insert the JIRA Issues Macro
- Under "Display Options" select "Table"
- Under "Display Options" add the Custom Field to the "Columns to Display" section
- Save the page, and view the table
Expected Result
The column header is shown matching the case in JIRA - in this case, "RN Summary"
Actual Result
The column header is displayed using capitalisation. Inspecting the header column reveals the following inline style applied to all of the header columns in the table:
style="text-align: left; text-transform: capitalize;"
Additionally, the text inside the header column is lower case.
- is related to
-
CONFSERVER-34016 JIRA Issues Macro should respect the case of custom JIRA Fields
- Gathering Interest
- relates to
-
CONFCLOUD-71835 Jira macro does not display the letter case of the field name accurately
-
- Gathering Impact
-
Barring whatever the internal technical reason of Atlassian, data once entered in JIRA should appear the same way in Confluence and vice versa. I strongly believe this is the utmost MINIMUM requirement of any software and the UNDERLYING principle of the MVC architecture that we all should follow.
Kindly PRIORITIZE this issue and update.