Hi,
I have the following problem:
When I copy a local path in a ticket Jira changes the path, when I save it:
Jira changes : P:\sample\_material\sample to P:\sample_material\sample
What can I do to block this behaviour?
Any help appreciated :)
Hello,
Could it be because it picks up the backslash as an escape character for _ character? Can you try with two backslashes like:
P:\sample\\_material\sample
I'm not absolutely sure about this but it was the first thing that came to my mind.
Regards,
Elifcan
\\_ causes a break and changes from P:\sample\\_material\sample to
P:\sample
material\sample
Any other ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly where and how are you experiencing this problem, is it a custom field or something else? Are you manually changing or copying with a script? I can try to replicate the problem and get back to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.