I used Jira Server version and could create a Filter for each team & Scum board. I don't think I have this option in Jira Cloud version.
I divided the large JSON file into several 100MB or less JSON files and was able to import successfully.
Good day.
Your 500+ Mb Json file contains 1 or many tasks, is it true? If "YES yes", then I have a similar problem: I need to import from Redmine 2000+ issues in one large Json file, but the problem is that only the last task is imported from the large Json, and the previous 1999 ones are ignored. What can be done ?
Thank you in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does the log say?
did it skip the issues or ?
How did you generate the json from Redmine.. Could it be that is somewhat it not the correct structure for the importer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just ran into this (again).. I had a server config of :
WIndows Server 64bit with:
set JVM_MINIMUM_MEMORY=384m
set JVM_MAXIMUM_MEMORY=2048m
I looked at the logs - no signs.. I opened a ticket with Atlassian and they gave me a hint that it might be memory, even though no log signs
I monitored the memory https://localhost:8080/secure/admin/ViewSystemInfo.jspa and I could see it bounced up to 90% and dropped again. It continue for a while and it seems it finally "gave up" ..
I changed the server config to:
set JVM_MINIMUM_MEMORY=2048m
set JVM_MAXIMUM_MEMORY=4096m
and tried again ..
I monitored the memory https://localhost:8080/secure/admin/ViewSystemInfo.jspa and I could see it bounced up to 90% and dropped again. It continue a few time, but then it finally passed to the next stage at it is supposed to do .. I then had JSON errors, but that is an other story and problem
I hope the hint also fixes it for you guys if you run into the problem
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.