Integration with Checklist Pro app

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

  1. Follow configuration - Configure Checklist Global Settings - Save local checklist items to Jira custom fields

  2. 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.

  3. 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

image-20250326-110001.png