The idea is:
- Once I save my workflow, I don’t want webhooks to be duplicated in Jira
- 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:
- Do not duplicate webhooks if they are already present
- 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.