-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
Problem Statement
When building integrations that sync Sentry issues to external task trackers (Asana, Jira, etc.), manual priority changes in Sentry don't trigger any webhook. The only way to detect priority changes is expensive polling of all open issues.
Issue webhooks fire for: created, resolved, assigned, archived, unresolved. Auto-escalations trigger "unresolved" with substatus "escalating". But manual priority changes produce no webhook event.
Solution Brainstorm
Add a priority_changed action to issue webhooks, or include priority in the payload when it changes alongside other actions.
Product Area
Settings - Integrations
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner