Hi all,
I'm trying to display a link in description of a field using ScriptRunner's Behaviour but it is set as hidden (display: none) during rendering.
My code is:
def field = getFieldById("customfield_" + Constants.PB_DATE_CF_ID)
field.setHelpText("HELP TEXT <a href=\"www.google.com\">HELP</a>")
and the output on the screen is:
I have no idea why. ScriptRunner's version is 5.5.9 and Jira version is 7.6.8 (sorry :))
Can't really help you since I don't have access to those versions right now... but I can say that with 8.5.1 and the latest scriptrunner in my environment, it all works as expected.
You can try your luck at using setDescription
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.