Versions Compared

Key

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

...

Note

If your Smart Checklist version is lower than 45.170.0, these fields must be added to your Jira instance manually (see instructions) and must keep checklists' values. 

Find more about custom fields and Smart Checklist data storage here

...

7. Once the import is finished - "Checklists" custom field in proper Jira Issues will get updated with Checklists values from CSV

Note

For Smart Checklist versions lower than

4

5.

17

0.0

If you are importing checklists into issues that may already contain checklists - you need to additionally sync "Checklists" field with com.railsware.SmartChecklist.checklist issue property, which now is the main data source. 

You can utilize any available tools for that.

E.g. Automation for Jira for Server

The approach is the following 

  1. Setup the "Scheduled" event rule

  2. Set the execution time 

  3. Set proper JQL function to update only the needed issues 

  4. "Set entity property" Action to update "com.railsware.SmartChecklist.checklist" from "Checklists" custom field

  5. Save the Function and make sure it is enabled for a short time that you need to actually sync the values

  6. Once you proceed with Bulk import - "Run Rule" manually 

  7. That way your current checklist will get data from imported CSV based on the "Checklists" custom field

We are working on implementing the easiest way to synchronize checklist storages. So update of the "Checklists" custom field will automatically trigger checklist update even if there already were some values present.

...