Skip to content

[Feature Request] Sentry webhook integration for issue alerts should return issue alert rule ID #65878

@saroshh24

Description

@saroshh24

Problem Statement

The Sentry webhook integration for issue alerts returns key information on the event that was received for an issue in a project that matches an issue alert rule [ref]. Unfortunately, only the name (label) of the issue alert rule is returned which is not enough to uniquely identify the issue alert rule because many issue alert rules can share the same name. I'd like if the issue alert rule ID was also returned.

Solution Brainstorm

The webhook integration for issue alerts already returns a json object with details for the issue_alert [ref]. Adding a field for the id on that object could make sens, e.g.

"issue_alert": { "title": "Very Important Alert Rule!", "id": 123456, "settings": [ { "name": "channel", "value": "#general" } ] }

Product Area

APIs

┆Issue is synchronized with this Jira Improvement by Unito

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions