Jira Triggers: avoid creation duplicated web hooks

The idea is:

  1. Once I save my workflow, I don’t want webhooks to be duplicated in Jira
  2. Once the workflow is triggered, it should be triggered once.

My use case:

I implement AI agents that should take tasks from Jira and implement them.
I decided to rely on Jira triggers. But, unfortunately, that is not a good idea with the current node implementation. Once I save workflow, trigger is duplicated. I saved workflow 10 times, I have 10 webhooks in Jira. That is not how it should work.
And if there are 2 small changes in Jira ticket, e.g. title and label, Jira initiates 2 webhooks. It also doesn’t help automation.

I think it would be beneficial to add this because:

  1. Do not duplicate webhooks if they are already present
  2. Implement easy to use approach to avoid triggering the same workflow on the same Jira issue few times

Are you willing to work on this?

Probably, if I don’t find how to workaround it.

This is also discussed here: Atlassian Workflow is triggered multiple times because of duplicate Webhook - #4 by leonK-DMA