Skip to content

Instantly share code, notes, and snippets.

@DenKos363
Created October 24, 2019 12:47
Show Gist options
  • Save DenKos363/14f2682cddc5d8a63eb4e732444c5a7b to your computer and use it in GitHub Desktop.
Save DenKos363/14f2682cddc5d8a63eb4e732444c5a7b to your computer and use it in GitHub Desktop.
{
"config.version" : "2.0",
"config.project.from.csv" : "false",
"config.encoding" : "UTF-8",
"config.email.suffix" : "@",
"config.field.mappings" : {
"Summary": {
"jira.field" : "Summary"
},
"Custom field (Bugzilla)": {
"existing.custom.field" : "26350"
},
"Custom field (Points)": {
"existing.custom.field" : "24050"
},
"Issue Type": {
"jira.field" : "Issue Type"
},
"Labels": {
"jira.field" : "Labels"
},
"Description": {
"jira.field" : "Description"
},
"Comments": {
"jira.field" : "Comments"
},
"Status": {
"jira.field" : "Status"
},
"Attachments": {
"jira.field" : "Attachments"
}
},
"config.value.mappings" : { },
"config.delimiter" : ",",
"config.project" : {
"project.type" : null,
"project.key" : "",
"project.description" : null,
"project.url" : null,
"project.name" : "",
"project.lead" : null
},
"config.date.format" : "yyyy-MM-dd HH:mm"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment