Symbols or Special Characters are hidden in issue page comment & description section
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
Backslashes, asterisks and other special characters are hidden in the comment section and description section of the page if typed in a certain sequence.

Cause
This is caused by the Text Formatting Notation from the Wiki Markup formatting. Please take a look at these pages for more information :
Environment
Jira Data Center
Resolution
You could add {noformat} blocks in between the appropriate path or text.
For example{noformat} c:\_Program_Files\Atlassian\JIRA{noformat}
Of you could add {code} blocks in between the appropriate path or text.
For example{code}c:\_Program_Files\Atlassian\JIRA{code}
Was this helpful?