FeatureFuel
1

[feature]: Enhancing `issue_comment` webhook payload with issue context

Source: makeplane/plane#8883 · opened by @0xKuraishY
Is there an existing issue for this? • I have searched the existing issues Summary Hi Plane team, I've been working on integrating Plane with our internal messaging tools (via webhooks) and I've run into a small limitation that I think could be easily improved. The issue: Currently, when an issue_comment event is triggered, the payload only provides the UUIDs for the issue and the project. If I want to display a useful notification (like "User commented on Task Name"), I have to trigger a separate API call just to fetch the issue's title and sequence ID. Current payload looks like this: What would be great: It would be a huge help if you could include the issue details directly in the payload—similar to what you already do for other events. Adding the name and sequence_id would save us a lot of unnecessary API round-trips. Proposed addition: Why it matters: Right now, our bot says *"Antoine commented on a task"*, which isn't ve…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests