I have a Confiform using a Markdown editor which creates a Jira task via Webservice. Once a line break is used in the MD, when submitting the confiform, I receive an error for using Line break.
Could you please help me fix this issue?
Thanks!
Hi
Look at this posts, maybe can help you
https://confluence.atlassian.com/doc/confluence-wiki-markup-251003035.html
https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use "escapeJSON" function to make sure the contents of the value is properly escaped when JSON is created
https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Alex Medved _ConfiForms_ I'm already using escapeJson but it's not addressing CR or line breaks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The function is named "escapeJSON"
(case sensitive)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Alex Medved _ConfiForms_
Appreciate your help! it works now!
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.