{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}An issue has been assigned to you{% endblock %} {% block section %}

{{ assigner.first_name }} has assigned you an error tracking issue in project {{ team }}.

Issue: {{ assignment.issue.name }}

{% if assignment.issue.description %}

Description: {{ assignment.issue.description }}

{% endif %}

Status: {{ assignment.issue.status }}

View issue details

If the button above doesn't work, paste this link into your browser:
{{ issue_url }}

{% endblock %} {% block footer %} Need help? Visit support or Read our documentation.

Manage these notifications in PostHog {% endblock %}