I have setup a simple webhook for 1 project (project = DEV) and only for issue create/updated/deleted which works fine technically.
In my webhook I setup a notification to send me a message in Slack whenever the webhook get called and from which story.
Now, when I run it everything is ok. I update a story and the webhook gets called for that story. Great. Nice message in slack. All happy.
Until a minute later I get another webhook call. And again and again...and again. It never stops and always for the last updated story (that is not touched anymore, the update also contains no change:
"changelog":{
"id":"10114",
"items":[
{
"field":"status",
"fieldtype":"jira",
"fieldId":"status",
"from":"3",
"fromString":"In Progress",
"to":"3",
"toString":"In Progress"
}
]
Even when I disable to webhook, it keeps firing. What is wrong?
I am having this same issues
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.