We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf234c commit 2cf8887Copy full SHA for 2cf8887
src/firefighter/raid/serializers.py
@@ -15,6 +15,7 @@
15
JiraUserNotFoundError,
16
SlackNotificationError,
17
)
18
+from firefighter.jira_app.service_postmortem import jira_postmortem_service
19
from firefighter.raid.client import client as jira_client
20
from firefighter.raid.forms import (
21
alert_slack_comment_ticket,
@@ -477,10 +478,6 @@ def _handle_status_update(
477
478
# Returning True: webhook handled but intentionally skipped due to missing Jira PM link.
479
return True
480
try:
- from firefighter.jira_app.service_postmortem import (
481
- jira_postmortem_service,
482
- )
483
-
484
is_ready, current_status = jira_postmortem_service.is_postmortem_ready(
485
incident.jira_postmortem_for
486
0 commit comments