When I attempt to to import sub-tasks with multiple labels, it imports successfully, but the labels are not imported.
I also tried ,Labels 1,Labels 2,Labels 3
and configuring them to map to Labels and this still did not import
File to import:
Summary,Issue key,Issue id,Parent id,Issue Type,Status,Project key,Project name,Project type,Project lead,Project description,Project url,Priority,Resolution,Assignee,Reporter,Creator,Created,Updated,Last Viewed,Resolved,Votes,Labels,Labels,Labels,Description,Watchers,Work Ratio,Outward issue link (Cloners),Custom field (Acceptance Criteria),Custom field (Actual Effort),Custom field (Actual Testing Effort),Custom field (CS Training Topic),Custom field (Development),Custom field (Environment/Configuration),Custom field (Epic Link),Custom field (Estimated Effort),Custom field (Estimated Test Effort),Custom field (Feature Specification),Custom field (Issue color),Custom field (PS Knowledge Transfer),Custom field (PS Representative),Custom field (Rank),Custom field (Request Type),Custom field (Request participants),Custom field (Severity),Custom field (Sprint Priority),Custom field (Start date),Custom field (Story point estimate),Custom field (Technical Specification),Custom field (Test Scenarios),Custom field ([CHART] Date of First Response),Comment
test1,,,C365BC-20,Sub-task,Open,C365BC,Standard Activities,software,y,,,None,,,x,x,1/22/2019 13:13,1/22/2019 13:19,1/28/2019 11:13,,0,SmokeAutomation,TestAutomation,TestCase,"test
",x,,,,,,,{},,,,,,,,,,,,,,,,,,,
test2,,,C365BC-20,Sub-task,Open,C365BC,Standard Activities,software,y,,,None,,,x,x,1/22/2019 12:43,1/22/2019 13:20,1/28/2019 11:13,,0,SmokeAutomation,TestAutomation,TestCase,"test
",x,,,,,,,{},,,,,,,,,,,,,,,,,,,
import configuration template:
{
"config.version" : "2.0",
"config.project.from.csv" : "false",
"config.encoding" : "UTF-8",
"config.file.id" : "xxx",
"config.email.suffix" : "@",
"config.file.name" : "x.csv",
"config.field.mappings" : {
"Custom field (Acceptance Criteria)" : {
"userChanged" : "false",
"manualMapping" : "false",
"existing.custom.field" : "14202"
},
"Custom field (Technical Specification)" : {
"userChanged" : "false",
"manualMapping" : "false",
"existing.custom.field" : "14218"
},
"Issue Type" : {
"jira.field" : "issuetype",
"userChanged" : "false",
"manualMapping" : "false"
},
"Description" : {
"jira.field" : "description",
"userChanged" : "false",
"manualMapping" : "false"
},
"Parent id" : {
"jira.field" : "subtask-parent-id",
"userChanged" : "true",
"manualMapping" : "false"
},
"Custom field (Feature Specification)" : {
"userChanged" : "false",
"manualMapping" : "false",
"existing.custom.field" : "14217"
},
"Summary" : {
"jira.field" : "summary",
"userChanged" : "false",
"manualMapping" : "false"
},
"Labels" : {
"jira.field" : "labels",
"userChanged" : "false",
"manualMapping" : "false"
},
"Custom field (Test Scenarios)" : {
"userChanged" : "false",
"manualMapping" : "false",
"existing.custom.field" : "14216"
}
},
"config.csv.file.id" : null,
"config.value.mappings" : { },
"config.delimiter" : ",",
"config.project" : {
"project.type" : null,
"project.key" : "C365BC",
"project.description" : null,
"project.url" : null,
"project.name" : "xxx",
"project.lead" : "y"
},
"config.date.format" : "dd/MMM/yy h:mm a"
}
needed to have the field in our template for sub-tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.