Hello,
could we avoid getting Windows File Paths being corrupt because the Folder Names start with "_"?
For Example:
B:\Try\_other\example\123.jpg
Will be
B:\Try_other\example\123.jpg
after saving the Comment.
As workaround we can put this paths into Code-Blocks. But the usability for users suffers.
I think this will be a specialcharacter for the editor self?
Could we change this? Any better Workaround?
Hello @it_marcapo ,
The backslash character "\" is an escape character and this and this is one of the limitations when using the wiki markup functionality in the editor in Jira.
This is covered a bit more in the following Bug repot on this behavior noting it was closed out as a "won't fix" as this is intended functionality with the editors design and coding language used:
The workaround you mentioned of using code blocks or a noformat block is the optimal solution, but you can also replace the backslash character the html escape sequence as covered in the link above
\
But overall caution is always a good idea when using any special characters in any application, as depending on the application design the character sets between various systems will have different reactions based on the coding language used in the applications design.
Regards,
Earl
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.