How to import CSV data with PVCS command
The content on this page relates to platforms which are not supported for Jira. Consequently, Atlassian can not guarantee providing any support for it. Please be aware that this material is provided for your information only and using it is done so at your own risk.
Importing from PVCS is not supported yet, but there is a feature request being tracked here. The above problem occurs when the pvcs command is not configured in the CSV configuration.
Resolution
In order to import the author of the comment and the date of the comment successfully, there are a few required conditions:
Append the settings in the csv configuration file which you have saved the configuration through the wizard
settings.advanced.mapper.comment : com.atlassian.jira.imports.csv.mappers.PvcsComment
For the latest plugin version 2.6.1, please use the configuration below:
settings.advanced.mapper.comment : com.atlassian.jira.plugins.importer.imports.csv.mappers.PvcsComment
- Username (Example: eddie) must exists in Jira
The format of the comment should be as below:
"QA Note on Close: eddie: 4/28/2004 11:54:35 AM: Closing this defect as it is no longer relevant"