Problem with Jira 5.2.6 and html encoding in comments?

Bryan Karsh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2013

I noticed that if I add a comment like so:

<value name="search.google.url">http://www.google.cl/search?</value>

It ends up like so:

<value name="search.google.url">http://www.google.cl/search?</value>

Any idea what is going on, or how I can fix? Thanks.

2 answers

1 accepted

0 votes
Answer accepted
Justin Alex Paramanandan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2013

Have you tried to use the {noformat} macro within the comments? Something like:

{noformat}
<value name="search.google.url">http://www.google.cl/search?</value>
{noformat}

This will ensure that the HTML format you've entered will be retained as-is.

Bryan Karsh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 11, 2013

Thanks. I switched renderer to Wiki style, and that solved my issues.

0 votes
Bryan Karsh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2013

by the way -- if I go to the edit screen for the comment, I see the correct xml --- so it appears correctly in some situations.

Suggest an answer

Log in or Sign up to answer