Skip to content

Instantly share code, notes, and snippets.

@sparkertime
Last active April 19, 2022 16:32
Show Gist options
  • Save sparkertime/dd256945b455a31ec96cd670df1c01bd to your computer and use it in GitHub Desktop.
Save sparkertime/dd256945b455a31ec96cd670df1c01bd to your computer and use it in GitHub Desktop.
Supplementary files for converting Pivotal to JIRA
sed -i -e "s/######/h6./" $1
sed -i -e "s/#####/h5./" $1
sed -i -e "s/####/h4./" $1
sed -i -e "s/###/h3./" $1
sed -i -e "s/##/h2./" $1
{
"config.version" : "2.0",
"config.project.from.csv" : "false",
"config.encoding" : "UTF-8",
"config.file.id" : "92653af7-13f9-4c09-b614-f42441566579",
"config.email.suffix" : "@provi.com",
"config.file.name" : "idl__integrated_data_layer__20220325_205212.csv",
"config.field.mappings" : {
"Comment" : {
"jira.field" : "comment",
"userChanged" : "false",
"manualMapping" : "false"
},
"Type" : {
"jira.field" : "issuetype",
"userChanged" : "false",
"manualMapping" : "true"
},
"Accepted at" : {
"jira.field" : "resolutiondate",
"userChanged" : "false",
"manualMapping" : "false"
},
"Description" : {
"jira.field" : "description",
"userChanged" : "false",
"manualMapping" : "false"
},
"Current State" : {
"jira.field" : "status",
"userChanged" : "false",
"manualMapping" : "true"
},
"Title" : {
"jira.field" : "summary",
"userChanged" : "false",
"manualMapping" : "false"
},
"Labels" : {
"jira.field" : "labels",
"userChanged" : "false",
"manualMapping" : "false"
},
"Created at" : {
"jira.field" : "created",
"userChanged" : "false",
"manualMapping" : "false"
}
},
"config.csv.file.id" : null,
"config.value.mappings" : {
"Current State" : {
},
"Type" : {
}
},
"config.delimiter" : ",",
"config.project" : {
"project.type" : null,
"project.key" : "CM",
"project.description" : null,
"project.url" : null,
"project.name" : "CHANGE ME",
"project.lead" : null
},
"config.date.format" : "MMM d, yyyy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment