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.
Is there any way to do this?
You need to explain more on what you are doing but I think htmlEncoding and Anti XSS protection to be in work here.
Follow this documentation for enabling/disabling xss protection from Atlassian Add-ons.
https://developer.atlassian.com/server/confluence/enabling-xss-protection-in-plugins/
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.