User Tools

Site Tools


behaviours

This is an old revision of the document!


Behaviours

Update field's Label, Description and Help Text

This can be set under Behaviours' field mapping

def resDescField = getFieldByName("CustomFieldName")
resDescField.setLabel("Set Label Here")
resDescField.setDescription("Set Description Of The Field Here")
resDescField.setHelpText("Set RED Help Text Here")

Reference: ScriptRunner

behaviours.1562852688.txt.gz · Last modified: 2019/07/11 09:44 by root