Skip to content

[bug]: Webhook for "Work item comments" is not firing after upgrade #7327

@nkai777

Description

@nkai777

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

Environment:

Plane Version: v0.27.0

Deployment: Self-Hosted using the official docker-compose.yml

Setup: Fresh installation after experiencing the same issue on an upgraded instance.

Problem Description:
After a recent upgrade (and subsequent fresh installation) to version v0.27.0, the webhook event for "Work item comments" has completely stopped functioning. While other webhook events, such as for creating or updating "Work items," are firing correctly, the specific event for new comments is never triggered.

This appears to be a regression bug, as this functionality was working correctly in previous versions. This prevents any automation or integration that relies on detecting new comments on work items.

Steps to reproduce

Navigate to Workspace Settings -> Webhooks.

Create a new webhook and point it to a valid, publicly reachable URL (e.g., an n8n test webhook URL or any other endpoint logger).

In the webhook configuration, select "Select individual events".

Enable the event for "Work item comments".

Save the webhook configuration.

Go to any project and post a new comment on any work item.

Expected Behavior:
A POST request with the comment payload should be sent to the configured webhook URL immediately after the comment is submitted.

Actual Behavior:
No request is ever sent to the webhook URL. The endpoint receives no data. The functionality is completely broken.

Environment

Production

Browser

Google Chrome

Variant

Local

Version

v0.27.0

Metadata

Metadata

Labels

🐛bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions