{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block css %} {% endblock %} {% block wrapperclass %} narrow auth {% endblock %} {% block modal_header_signout %} {% endblock %} {% block title %} {% trans "Jaga Setup" %} | {{ block.super }} {% endblock %} {% block main %}

{% trans "Connect Sentry with Jaga" %}

{% blocktrans %} Point Sentry at your Jaga instance and give it an account to work with. Once connected, you can create Jaga tasks straight from a Sentry issue, link existing tasks, and have the task commented on when the issue is resolved. {% endblocktrans %}

{% blocktrans %} Use a dedicated service account rather than a personal one. Sentry acts in Jaga entirely on its behalf: every task and every comment this integration creates will be authored by that account. {% endblocktrans %}

{% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% endblock %}