Can JIRA's CSV importer handle checkbox custom field

Moshe Hajaj September 9, 2012

Hello,

I have a few custom fields that are of type "multiple checkbox".

What should be the value in the column of the CSV input file if one of the fields is implemented as a single checkbox (i.e., without a label)?

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2013

Yes it can.

As an example you have a multiple checkbox field named Field1 with only one option (value Option1) then the column in your import csv would be Field1 and you have no value (unchecked) or the value Option1

id,summary,Field1
,summary1,
,summary2,Option1

if you have a multiple checkbox field (Field2) with two options (Option1 and Option2) a useful csv would look like this:

id,summary,Field2, Field2
,summary3,Option1,Option2
,summary4,Option2,
,summary5,,
,summary6,Option1,

Suggest an answer

Log in or Sign up to answer