Hi,
We are using Jira 8.2.1 server version and we want to put static text on the transition screens without using Jira Toolkit plugin. Can you suggested me Is it possible to configure with Script Runner or some other way.
Thanks.
@Lender you can put a Static text under any field on transition screen using behavior.
you can modify the message, simply using HTML text. Put warning message or error icon using HTML.
Or you can use script fragment web panel from Script runner to show message on screen,
getFieldById("reporter").setHelpText("HELP TEXT <ahref=\"www.google.com\">HELP</a>")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.