-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.22.6, 9.0.0, 9.4.0, 9.17.0
-
Component/s: Administration - Fields, Custom fields
-
8.22
-
3
-
Severity 3 - Minor
Issue Summary
When using a custom field of type Text (multi-line or single line) and adding apostrophes enclosing a URL, one of the apostrophes is converted to Unicode.
This problem doesn't happen when using Wiki Renderer.
Other special characters e.g. "`^|&[]() - don't cause the problem.
Steps to Reproduce
- Create a custom field of type "Text Field (multi-line)" or "Text Field (single line)".
- Associate it with existing screens.
- Create a new issue and update the content of the new custom field text: 'https://atlassian.com'
Expected Results
The issue shows the field exactly as:
'https://atlassian.com'
Actual Results
You will see one of the apostrophes converted to Unicode:
'https://atlassian.com'
Workaround
Switch the custom field render to Wiki Renderer.
- mentioned in
-
Page Loading...