We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d07c4e commit 7220394Copy full SHA for 7220394
src/dispatch/case/flows.py
@@ -593,7 +593,7 @@ def case_to_incident_escalate_flow(
593
case_id=case.id,
594
)
595
596
- if case.storage:
+ if case.storage and incident.tactical_group:
597
# we add the incident's tactical group to the case's storage folder
598
# to allow incident participants to access the case's artifacts in the folder
599
storage_members = [incident.tactical_group.email]
0 commit comments