public function count_open_kanban_items()
 {
     return $this->kanban_item_dao->getOpenItemIds($this->kanban->getTrackerId())->count();
 }