Environement: Jira software v9.4.2
Details: Following a CSV import of codes that contain special characters like { } in the description field, line breaks are provoked for each text between { }
Section : Treating special characters literally
I tried to put the special characters : { and } in double quotation marks ("") to treat these characters literally. but always line breaks are provoked.
- I tried to put only { in double quotation marks ("") -->same issue
- I tried to use back slash (\) before each { and } ---> same issue
-But when i put back slash (\) only before { --> it works well and there is no line breaks
Could you please check that ?
Thank you