I am trying to create more than 250 tickets over CSV importer and I cannot. I am getting this error in the CSV importer:
jira-importer-plugin.csv.field.mapping.page.too.many.mappings.values
I tried this over both the system external importer and the normal Issue importer (can be found in the Issue menu).
I also added
jira.bulk.create.max.issues.per.import=30000
jira.bulk.edit.limit.issue.count=30000
in the JIRA_HOME>jira-config.properties
I restarted jira afterwards and I also checked Admin > System > System Info and the values are refreshed.
has anyone encountered this bottleneck?
Thanks!
When you are mapping CSV field to JIRA field, you do not need to check "Map field value" checkbox. You need to check it only if you'd like to manually map values from your CSV file to JIRA values. This is really useful for fields such as Issue Types, Resolutions, Priorities etc, it doesn't make much sense for non-unique fields.
JIRA won't allow you to go to the next step, if you have selected fields that have more than few thousand unique values, because it would result that next page would contain a table with few thousand textboxes.
Use the checkmark "Map field value" ONLY for fields that you want to MODIFY yourself on the next page. That's only required for fields that need a different value on the target Jira . For all other fileds do not set the checkmark. If you still can't get to the next page, try to modify your file before the import so that you can set less checkmarks.
https://jira.atlassian.com/browse/JRASERVER-62597 is still an open ticket with Atlassian.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.