Skip to content

Issue webhook doesn't fire when assignee is removed #105593

@srir

Description

@srir

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Create an integration with issue webhooks enabled
  2. Assign a user to an issue in Sentry
  3. Observe webhook fires with action assigned
  4. Remove the assignee from the same issue
  5. Check webhook logs

Expected Result

Webhook fires with action assigned (with assignedTo: null) or a new unassigned action, allowing integrations to track when issues become unassigned.

Actual Result

No webhook is sent when an issue is unassigned. Integrations cannot detect unassignment without polling.

Product Area

Settings - Integrations

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions