Hello, I have a webhook setup to fire when a jira status changes from Open to In Progress and also from In Progress to Closed
(project = "SYS" or project="RELE") and issuetype = "Deployment" AND (status changed from "Open" to "In Progress" OR status changed from "In Progress" to "Closed")
this is on Issue - Updated
this doesnt work as intended. For example if the ticket is currently In Progress, and I add a comment entry, it sends the webhook even though it should fail based on JQL, since status was not changed, only a comment was added.
it seems its not picking up previous status on every ticket update. Any workarounds? Thanks.
version 7.2.1
Hi Mike,
I took a look into that issue further and there is a known bug for this issue that you can find at JRASERVER-59980. This is linked from the Webook Documentation in the Known Issues section at the bottom of the page:
Summary:
JQL filter for Webhooks dosn't work correctly when Comment or Worklog related events are fired.
Expected Results:
The webhook shouldn't be fired.
Actual Results:
The webhook was fired.
I would highly encourage you to vote on the issue so you can be directly notified of any updates as they're added to the tickets including any work arounds the developers come up with in the future.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem Mike. Have a great week!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.