Integration with Checklist Pro app
When needed to clone todo lists from https://marketplace.atlassian.com/apps/1213231/checklists-for-jira-pro-by-herocoders?tab=overview&hosting=cloud app please perform following steps
Follow configuration - Configure Checklist Global Settings - Save local checklist items to Jira custom fields
Follow configuration - Adding a Field to a Screen. To update or remove todo by Repeating Issues App, the Checklist Text custom field must be present on the Edit issue screen.
Configure your repeating by adding Checklist Text field to the repeating with following formula using Velocity expressions in field values - replaceAll method :
$!sourceIssue.getCustomFieldValue($this).replaceAll("^\[.*\]", "[open]")
See complete example
, multiple selections available,