Skip to content

Conversation

@JoshFerge
Copy link
Member

Summary

Add validation to ensure issueId is provided, returning 400 error if missing before querying the Group model.

Changes

  • Extract issue_id from request data
  • Add None check with SentryAppError(400) if missing
  • Type-safe query to Group model

Test plan

  • Existing tests pass
  • Mypy type checking passes

Add validation to ensure issueId is provided, returning 400 error if
missing before querying the Group model.
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants