Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

This article explains how to import checklists into Jira and update existing Jira Issues.

This option is available for Jira Admins only.  As it requires access to System settings. That's the way to get the Issue Key field mapped while importing the process.

Introduction

"Checklists" custom field (and "Smart Checklist Progress" custom field, if applicable) must be added to the Jira instance and must keep checklists' values.

Read more about Custom Field vs Issue Properties storage.

Instructions

  1. Prepare a proper CSV file containing checklists. Either manually or by exporting from Jira

    1. Learn how Export issues with checklists to CSV works

    2. You can do it via the Issues Search form

  2. Clean up CSV, leave only needed columns (fields), e.g. Issue Key (for future mapping Jira issues), Summary, Checklists, Smart Checklist Progress

    1. if issues from more than 1 project are to be imported - then leave Project column in CSV

  3. Go to System → Import and Export → External System Import → CSV

    1. Jira Server

    2. Jira Cloud

  4. Choose CSV file

  5. Map fields. 

    1. map Issue Key CSV field to Issue Key Jira field and check 'Map field value' (by that field values will be taken for updating a ticket)

    2. map Summary CSV field to Summary Jira field 

    3. map Checklists CSV field to Checklists Jira field, however, (warning) make sure to leave the 'Map field value' checkbox empty! Otherwise, checklist value won't be imported 

  6. Begin import

    • (warning) Always do test runs on test issues/values!

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

If you importing a checklist into issues that may already contain checklists- you need to additionally sync the "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.

Error rendering macro 'excerpt-include' : No link could be created for 'Support'.

  • No labels