User Tools

Site Tools


behaviours

This is an old revision of the document!


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.1562852612.txt.gz · Last modified: 2019/07/11 09:43 by root