Can anyone tell me why toUpperCase() in a behaviour script is not working.
def myField = getFieldById("customfield_14511")
def myField Value = myFile.getValue()
myField .setFormValue(myFieldValue.toUpperCase())
-----
Error message:
cannot find matching method java.lang.Object#toUpperCase()