plane icon indicating copy to clipboard operation
plane copied to clipboard

No delete event send on work item deleted

Open 781574155 opened this issue 1 week ago โ€ข 6 comments

Image

I can receive post request on woke item created, bu no delete request on item deleted

781574155 avatar Dec 24 '25 06:12 781574155

๐Ÿ“ CodeRabbit Plan Mode

Generate an implementation plan and prompts that you can use with your favorite coding agent.

  • [ ] Create Plan
Examples

๐Ÿงช Issue enrichment is currently in open beta.

You can configure auto-planning by selecting labels in the issue_enrichment configuration.

To disable automatic issue enrichment, add the following to your .coderabbit.yaml:

issue_enrichment:
  auto_enrich:
    enabled: false

๐Ÿ’ฌ Have feedback or questions? Drop into our discord or schedule a call!

coderabbitai[bot] avatar Dec 24 '25 06:12 coderabbitai[bot]

plane webhook callback request is POST only.

LinEvil avatar Dec 26 '25 08:12 LinEvil

@LinEvil The official doc says "he webhooks are triggered for POST, PATCH, and DELETE requests."

Image

how can I receive delete event?

781574155 avatar Dec 26 '25 08:12 781574155

@LinEvil The official doc says "he webhooks are triggered for POST, PATCH, and DELETE requests."

Image how can I receive delete event?

https://developers.plane.so/dev-tools/intro-webhooks#how-webhook-works

It will respond to the Plane Webhook push (HTTP POST request) with a HTTP 200 (โ€œOKโ€) response.

https://developers.plane.so/dev-tools/build-plane-app#issue-events

When an issue is created, updated, or deleted

LinEvil avatar Dec 26 '25 09:12 LinEvil

@LinEvil What I mean, there is no deleted event send to my server. When an issue is created, updated, I receive an event; When an issue is deleted, I receive nothing.

781574155 avatar Dec 26 '25 09:12 781574155

@LinEvil What I mean, there is no deleted event send to my server. When an issue is created, updated, I receive an event; When an issue is deleted, I receive nothing.

It does exist. Check your code.

Image

DefinedZero avatar Dec 26 '25 10:12 DefinedZero