Is there a way to render content from the issue description field in other places or at the very least render HTML content?
Right now I have made a tab in the issue section displaying this string:
String test = <b> test </b>
but all this does is print out the text as is.
Would appreciate any advice.