Hello,
I have a project which was created as Scrum, and there was also created a Kanban board within the project. This project has developed quite a bit since it's beginnings, so now the Kanban board is the main board and the original Scrum-board is barely used. It just houses the backlog really, which we can enable in Kanban and that would suit our needs.
Is there a way of making the Kanban-board the "main" board, so we can remove the original board? Or do we have to reconfigure everything in the main board to match the Kanban-board, and then delete the Kanban-board? Would be nice to not have to do that since we have everything set up nicely in the existing Kanban-board.
I hope that made sense :)
Hi Tamer!
Seems that this is a MySQL issue:
Caused by: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (4343382 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.
at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:578)The max_allowed_packet is too small if I'm not mistaken. You will need to edit my.ini or my.cnf in MySQL and increase this value. More info can be found here:
Hope this helps!
Best Regards.
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.