reidmweber User

I had an issue with scrum boards and multiple swimlanes. The issue count isn't displayed in the column header. So I changed line 32 to find the H2 instead of ghx-qty

$('.ghx-column-header-flex').find('H2').each(function(index) {

That seemed to fix it. On my kanban board it still works but the story point count is now to the left of the issue count.