Scriptrunner Scripted Field does not support rendering HTML or clickable hyperlinks in confluence

Pavan March 13, 2024

Hello Team,

Our  below scripted field in jira is giving HTML as is output

if (linkedIssueTypeName.equals("Anomalie DS")) { listBlockingIssues.add("<a href='${baseurl}/browse/${linkedIssueKey.toString()}'>${linkedIssueKey.toString()}</a>" + " / " + "<font color='${colorStatus}'>${linkedIssueStatus.toString()}</font>" + " / Requested Release = " + (versionValue ? versionValue : "N/A")) }

 

Expected output : it should be hyperlink of issue and show status 

0 answers

Suggest an answer

Log in or Sign up to answer