Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

custom fields with html content dont work after upgrade to jira 6.0

Eugeniy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2013

I have custom field with code

return "<b>test</b>"

and HTML template. In preview I see "test", but in issue I see text and html tags - "<b>test</b>".

In Jira 5.2 this works fine.

Can you help me? Thank you

2 answers

0 votes
JamieA
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.
May 26, 2013
0 votes
Eugeniy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 25, 2013

I try custom template

#set($valueWithHtml = $value)
$valueWithHtml

but this dont help - nothing changed

Suggest an answer

Log in or Sign up to answer