Versions Compared

Key

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

The Checklist Import feature allows you to enroll checklist items created in a CSV file in bulk.

Write Checklist CSV File

Create a text file in the format shown below.

  • For the first line, enter "ISSUE_KEY,CONTENTS,DONE".

  • Add the checklist items according to the format below.

    • ISSUE_KEY: Issue key

    • CONTENTS: Checklist contents

      • For checklist sections, start with '---'.

      • If the content includes a comma(,), enclose the entire content in quotation marks(").

      • If the content contains quotation marks, enclose the entire content in quotation marks, with the quotation marks in the middle of the content as two quotation marks.

    • DONE: Done or not (Y/y/N/n)

[CAUTION] Lines that don't fit the input format are not added to the checklist.

CSV File Example

Code Block
ISSUE_KEY,CONTENTS,DONE
CIFJ-1,"---Checklist Section 1",N
CIFJ-1,"Checklist Item 1",Y
CIFJ-1,"Checklist Item 2",N
CIFJ-2,"---Checklist Section 1",N
CIFJ-2,"Checklist Item 1",N
CIFJ-2,"Checklist Item 2",Y

Import Checklists

Click "Settings > Apps" in the top-right menu of Jira, then click Check It for Jira in the left menu to go to the admin settings.

...

Click "Select File" to select the CSV file you created and check the options as needed.

  • Remove existing checklists: Deletes all existing checklist items that have been registered for the issue when bulk registering checklists.

...