if(mapa1.containsKey(assigneeMail)){
mapa1.put(assigneeMail, [mapa1.get(assigneeMail), new Payload1( it.getSummary(), it.getKey(), it.getDescription(), it.getAssignee().getDisplayName())])
}
else mapa1.put(assigneeMail,[new Payload1( it.getSummary(), it.getKey(), it.getDescription(), it.getAssignee().getDisplayName())])
}
Map<String,String>
как этот список с ней распарсить не понимаю.
ну как я понял я не мог увеличить размер, мне выдавало ошибки
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
А с обновлением версии Java , все зарабило