Cannot update an alert rule

Summary

I can create an alert rule, but cannot update an alert rule.

When I try to update an alert rule, there an error occurred. (below screenshot)

Sentry api call is failing for strange validation. (used browser console)

  1. PUT https://sentry.io/api/0/projects/<organization>/<project>/rules/<rule_id>/
  2. Status code 400 with response body: {"owner":["This field may not be null."]}

I cannot find any owner or similar field from the dashboard.

How can I update my alert rule? I can delete and re-create same rule, but I’m afraid to lose my alert history or else.

The issue was a temporary issue, and it was resolved. :pray: