...
Code Block | ||
---|---|---|
| ||
// Create a new Checklist def item = checklistCustomFieldType.getSingularObjectFromString('{"name": "item name"}'); newChecklistValue.add(item); |
And Finally, you finally update the custom field passing it the newly created collection.
...