...
Code Block |
---|
checklistCustomFieldType.updateValue(checklistCustomField, event.issue, newChecklistValue); |
...
Here Following is a complete example that can be used to update a checklist with a new set of items:
...
...
Code Block |
---|
checklistCustomFieldType.updateValue(checklistCustomField, event.issue, newChecklistValue); |
...
Here Following is a complete example that can be used to update a checklist with a new set of items:
...