Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Webhook not firing on Issue deletion #6302

Closed
1 task done
gijsriet opened this issue Jan 2, 2025 · 3 comments · Fixed by #6539
Closed
1 task done

[bug]: Webhook not firing on Issue deletion #6302

gijsriet opened this issue Jan 2, 2025 · 3 comments · Fixed by #6539
Assignees
Labels
🐛bug Something isn't working

Comments

@gijsriet
Copy link

gijsriet commented Jan 2, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

According to docs and webhook description, a webhook should be fired on deletion of an issue, this is however not working. Other events work fine.

Steps to reproduce

  1. Create webhook for individual events and select Isue
  2. Delete an issue
  3. No webhook is being received

Environment

Production

Browser

None

Variant

Self-hosted

Version

v1.6.0

@gijsriet gijsriet added the 🐛bug Something isn't working label Jan 2, 2025
@pushya22 pushya22 assigned NarayanBavisetti and unassigned vihar and pushya22 Jan 3, 2025
@shuaixr
Copy link
Contributor

shuaixr commented Jan 29, 2025

this seems to be caused by attempting get model data again after del model. im happy to submit a pr if needed @pushya22

Image

Image

@NarayanBavisetti
Copy link
Collaborator

Hey @shuaixr, it’s great to hear that you're interested! Feel free to create a pull request to resolve the issue.

@shuaixr
Copy link
Contributor

shuaixr commented Jan 31, 2025

@NarayanBavisetti thanks for your reply. according to the webhook doc https://developers.plane.so/webhooks/intro-webhooks the delete event only contains id, which I believe is easy to fix. additionally, I found delete a project or issue comment does not trigger a webhook too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants