Versions Compared

Key

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

...

To validate a Checklist, you first retrieve the collection of checklist items from the issue.

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

...