...
Code Block | ||
---|---|---|
| ||
checklistCustomFieldType.updateValue(checklistCustomField, event.issue, newChecklistValue); |
...
Here Following is a complete example that can be used to add two items to an existing checklist:
...
...
Code Block | ||
---|---|---|
| ||
checklistCustomFieldType.updateValue(checklistCustomField, event.issue, newChecklistValue); |
...
Here Following is a complete example that can be used to add two items to an existing checklist:
...