-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.13.18, 8.7.1, 8.8.0
-
7.13
-
1
-
Severity 3 - Minor
-
0
-
Issue Summary
Curly double quotes are being converted into Straight double quote, when passed in a Jira custom text field, Description, Summary while creating an issue via 'create issue' inline page.
Steps to Reproduce
- Create a Jira Custom Text Field (multi-line)
- Add it to the required screens
- Create an issue via the inline static page (http://localhost:8080/secure/CreateIssue.jspa).
- Input the text like below for Summary, Description, and the custom text field.
Smart or Curly quotes : opening double quote ( “ ), and the closing double quote ( ” ). "ordinary" double-quotes (")
Expected Results
The issue should be created as per the original input for smart curly double quote in the Custom Text field, description, and Summary. It should not be converted into a straight regular double quote.
Actual Results
Curly double quote is being converted into a straight double quote as per the attached screenshots.
Workaround
The issue is not reproducible with Create Issue and Edit Issue Buttons.