current_issue_url

in lib/description_template.rb [80:83]


  def current_issue_url
    current_retrospective&.fetch('web_url') || 'http://does.not/exist'
  end