#{{ incident.id }} - {{ incident.title }}
{% if incident.created_at is not none %}Reported by {{ incident.created_by.full_name }},
{% endif %}{% include "../layouts/partials/priority_pill.html" with priority=incident.priority %} {% include "../layouts/partials/status_pill.html" with status=incident.status IncidentStatus=IncidentStatus only %}
- Description
- {{ incident.description | urlize | linebreaksbr}}
- Priority
- {{ incident.priority }}
- Environment
- {% include "../layouts/partials/environment_pill.html" with environment=incident.environment only %}
- Group
- {{ incident.component.group }}
- Component
- {{ incident.component }}
{{ card_title }}
{% if user.is_authenticated %} Edit Key events {% endif %}-
{% include "../layouts/partials/incident_metrics.html" with metrics=incident.metrics.all %}
No external resources for this incident.
-
{% if incident.conversation %}
-
Slack Conversation
{% endif %}
{% if incident.postmortem_for %}
-
-
Jira Incident Ticket
{% endif %}
{% for pagerduty_incident in incident.pagerduty_incident_set.all %}
-
PagerDuty Incident
{% endfor %}
-
{{impact.impact_type.emoji}}
{{impact.impact_type}}
{{impact.impact_level.value_label}}: {{impact.impact_level.name}}
-
{% for cost in incident.incident_cost_set.all%}
- {{cost.cost_type.name}}: {{cost.amount|intcomma}} {{cost.currency}} {% endfor %}