public Collection<ActionPlan> findOpenActionPlans(String projectKey) {
   return actionPlanService.findOpenByProjectKey(projectKey, UserSession.get());
 }