{% extends "sentry/groups/details.html" %} {% load i18n crispy_forms_filters %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block inner %}

This will create an issue in JIRA and create a link within the Sentry Event.


{% csrf_token %} {{ form|crispy }}
{% endblock %} {% block meta %} {{ block.super }} {% endblock %}