Skip to content

Commit

Permalink
Add default mapping for Assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan Hu committed Feb 3, 2013
1 parent 00dcff4 commit 7b4ba9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-examples/JIRA-import-config-csv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"date.import.format" : "MM/dd/yy hh:mm:ss a",
"field.Description" : "description",
"date.fields" : "Date Created",
"field.Assignee" : "assignee",
"field.Reporter" : "reporter",
"project.name" : "YOUR PROJECT NAME HERE",
"project.key" : "PROJ-KEY",
"mapfromcsv" : "false",
"field.Issue Id" : "issue-id",
"settings.advanced.mapper.comment" : "com.atlassian.jira.plugins.importer.imports.csv.mappers.PvcsComment"
}
}

0 comments on commit 7b4ba9e

Please sign in to comment.