-
Bug
-
Resolution: Fixed
-
High
-
None
-
9
-
Severity 3 - Minor
-
Summary
Users trying to use {code:sql} and this is adding the following characters quote"> before the first single quote.
Steps to Reproduce
1 - Start to add a comment or a description in an Issue in JIRA;
2 - Use the {code:sql}
3 - This is breaking and is generating the characters quote">
Example:
Add a comment with the following:
{code:sql}
UPDATE table SET value = 'test';
{code}
This will produce the following output:
UPDATE table SET value = quote">'test';
**See attachments.
Expected Results
Adding a comment using code block sql and this not add "quote">", like this:
{code:sql}
UPDATE table SET value = 'test';
{code}
Workaround
Modify the code block header to {code} instead of {code:sql}
- is duplicated by
-
JRACLOUD-65415 SQL code block is not displaying correctly
- Closed
-
JRACLOUD-65089 SQL format adds quote">
- Closed
- is related to
-
JRASERVER-21067 Support for More Languages via the {code} macro
- Closed