Additional issue actions-
I am looking to set a custom field ...
def cf = customFieldManager.getCustomFieldObjects(issue).find {it.name == 'MyCustomFieldType'}
issue.setCustomFieldValue(cf, 'my value')
I changed mycustomfield to "group". (which is the name of the field)
I changed 'myValue' to "mobile'.
what am I doing wrong ?