-
Bug
-
Resolution: Fixed
-
Medium
-
3.12.2, 7.2.0-OD-05
-
None
-
3.12
-
NOTE - This was escalated from https://support.atlassian.com/browse/JSP-21339
This is related to CONF-2594, although that issue only talks about the Noformat problem.
I have a number of tickets that refer to some filepaths that have backslashes immediately followed by underscores. No matter how I try to escape this, JIRA does not display it correctly
example: folder\folder\ _filename.txt — I put an extra space before the underscore here to show you, since it won't display it otherwise.
I've tried double & triple backslashes, noformat, etc.
One backslash, one underscore:
folder_file.txt
Double backslash, one underscore:
folder
_file.txt
Triple backslash, one underscore:
folder\\\_file.txt
Noformat:
One backslash, one underscore: folder\_file.txt Double backslash, one underscore: folder\\_file.txt Triple backslash, one underscore: folder\\\_file.txt
- is related to
-
JRASERVER-9258 Not possible to escape backslashes
- Closed
-
JRASERVER-71463 Update Text Formatting Notation Help page linked out from within Jira to show how to escape backslashes.
- Gathering Interest