current_retrospectives_api_path

in lib/description_template.rb [88:92]


  def current_retrospectives_api_path(extra_labels = [])
    labels = ['retrospective'].concat(extra_labels)
    "#{project_issues_path}?labels=#{labels.join(',')}&state=opened&search=#{release['title']}"
  end