Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×During an import of Bugzilla data using the importer plugin, the "QA contact" field does not get imported. After an initial import via the importer plugin, I created a CSV file with "Bug ID", "Summary" and "QA Contact" fields and tried to import this via the csv importer. But the import shows errors for each of the issues I am trying to import. Is this the correct way of importing fields from Bugzilla which the importer plugin does not import?
Hi,
you are right, JIM is not importing QA contact field currently, we have an improvement request reported for that: https://ecosystem.atlassian.net/browse/JIM-533
I guess that you are mapping "Bug ID" to "Issue Key" and you are getting a really ugly errors like: "Failed to attach attachments to issue XX-9" - it's a bug in our importer ( https://ecosystem.atlassian.net/browse/JIM-1120) and it's fixed for version 6.1.0 which we would like to release in the near future. Despite the errors, as long as you are not trying to import attachments via CSV, your issues should be imported(updated) correctly. If that's the error in your import, you can ignore it.
I am mapping "Bug ID" to "Issue Key" and I am not getting errors about attachments either. At the end of the import process, the "QA Contact" field does not get imported. The error I see is :
ERROR - Error importing issue ExternalIssue{externalId=autoid-2256003358123852950, summary=commvault plugin DLLs need to be signed, issueType=null}
com.atlassian.jira.plugins.importer.external.ExternalException: Unable to create or update issue: ExternalIssue{externalId=autoid-2256003358123852950, summary=commvault plugin DLLs need to be signed, issueType=null} at com.atlassian.jira.plugins.importer.imports.importer.impl.DefaultJiraDataImporter.createIssue(DefaultJiraDataImporter.java:962) at com.atlassian.jira.plugins.importer.imports.importer.impl.DefaultJiraDataImporter.importIssues(DefaultJiraDataImporter.java:854) at com.atlassian.jira.plugins.importer.imports.importer.impl.DefaultJiraDataImporter.doImport(DefaultJiraDataImporter.java:428) at com.atlassian.jira.plugins.importer.imports.importer.impl.ImporterCallable.call(ImporterCallable.java:26) at com.atlassian.jira.plugins.importer.imports.importer.impl.ImporterCallable.call(ImporterCallable.java:15) at com.atlassian.jira.task.TaskManagerImpl$TaskCallableDecorator.call(TaskManagerImpl.java:374) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.