I am using CSV to import database from another software
I have in my sql table 3 columns A,B,C of type bit (1 or 0)
I generated a csv file it contains 3 columns A,B and C
In jira i created a custom field of type Multi Checkboxes user select A or B or C or All
how to import using CSV and assign the values of the 3 column to the 3 checkboxes fields?
thanks
This is the same as the question you asked a couple of days ago - https://answers.atlassian.com/answer_link/7400/
You didn't mention how you were importing the data. I can only answer for using JIRA Command Line Interface using either runFromSql or runFromCsv (see https://studio.plugins.atlassian.com/wiki/display/ACLI/Release+notes+2.1#Releasenotes2.1-ImportJIRAissues). In that case you would just use "A, B, C" in the for the custom field column value to select all 3 values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am importing using CSV
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am still waiting for an answer .plz help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I answered it above: bq. just use "A, B, C"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.