Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You may need to extend an existing checklist with additional items. In those situations, you will start by retrieving the current list of Checklist Items.

Code Block
languagejava
def ArrayList<ChecklistItem> existingChecklistValue = (ArrayList<ChecklistItem>) issue.getCustomFieldValue(checklistCustomField);

...