-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Create an integration with issue webhooks enabled
- Assign a user to an issue in Sentry
- Observe webhook fires with action
assigned - Remove the assignee from the same issue
- 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
Projects
Status
Waiting for: Product Owner