Details
-
Bug
-
Status: Triage
-
Low
-
Resolution: Unresolved
-
6.38.0
-
None
-
None
-
5.9
Description
Steps to Reproduce
- Create a JSM project and make sure the field 'Customer Request Type' is available on the create/edit screen.
- Create a Behaviour and use the following script on Initialiser to set the field as 'Get IT Help' for example:
def field = getFieldByName('Customer Request Type') field.setFormValue('qwe/getithelp') // Change 'qwe' to your project key
Expected Behaviour
The field will be set as 'Get IT Help'
Actual Behaviour
The field is not being set - nothing happened.