We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07df567 commit 4f0e02aCopy full SHA for 4f0e02a
1 file changed
src/sentry/seer/autofix/on_completion_hook.py
@@ -83,7 +83,7 @@ def execute(cls, organization: Organization, run_id: int) -> None:
83
group = None
84
else:
85
try:
86
- group = Group.objects.get(id=group_id)
+ group = Group.objects.get(id=group_id, project__organization_id=organization.id)
87
except Group.DoesNotExist:
88
89
0 commit comments