Skip to content

[bug]: event updates trigger multiple webhook calls #6848

@sonoerinLSN

Description

@sonoerinLSN

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I update the state of a issue in any of my projects, multiple (usually 3) events trigger Webhook calls. this makes handling the webhooks difficult (and expensive if using something like n8n).

What should happen is when the work item state changes that should be a singular event. Also, it would be nice if a webhook could be for a single project, not all encompassing. Although have one main Webhook for all events is nice to have.

I am attaching a screenshot of one of my webhooks for referebce

Image

Steps to reproduce

  1. Have an endpoint prepared to handle the Webhook
  2. Configure the Webhook to fire on Work Items individual event
  3. Change the state of a work item issue from one to another - such as "Backlog" to "In Progress"
  4. monitor the Webhook to see the events being fired off

Environment

Production

Browser

Google Chrome

Variant

Cloud

Version

latest

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