...
Code Block |
---|
checklistCustomFieldType.updateValue(checklistCustomField, event.issue, existingChecklistValue); |
...
Here Following is a complete example that can be used to modify a checklist by:
...
...
Code Block |
---|
checklistCustomFieldType.updateValue(checklistCustomField, event.issue, existingChecklistValue); |
...
Here Following is a complete example that can be used to modify a checklist by:
...