I'm getting a specific error when trying to load a csv file that has thousands of records which include issue id and parent id. The same format is working fine for smaller files. The error I'm getting is:
"You have selected too many fields for manual mapping! Please uncheck fields which have more than few thousand unique values."
I have not been able to find any information on what the size limit / row limit for importable CSVs are. Can someone let me know so that I can tailor the file accordingly?
Much thanks,
Geoff
There are no strict limits to the size of CSV file itself, we allow user to upload as big file as attachment settings allow it to be. If you have enough memory assigned to your JIRA, importer should be able to import even 1GB files.
Your error message is connected to "Map field value" checkbox.
Zaznaczenie_091.png
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.
Thank you. This was completely user error. While embarrassed, I am happy to report all imports have worked successfully since then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for letting us know, that import worked correctly. If you have any more questions feel free to create a new Atlassian Answers question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The limit should not apply when using External System Import CSV (from System > External System Import).
For details see:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, as of Feb 11 2016, there is a 250 row limit to importing issues via CSV
major frowny face
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
re-reading your comment i see you're probably asking about a column limit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Aaron Bauman:
The limit should not apply when using External System Import CSV (from System > External System Import).
For details see:
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.