I have created a web hook,it's triggered only priority value changes or status value changes.
is there any JQL query to achieve this requirement ?
Hello Ashokreddy,
Check out the following Community post it has a really good break down on how to accomplish this for the Priority Change:
And looking at the noted process the webhook is listening for the event triggered by a transition so on a specific transition to the status that you want a notification for, you can define you webhook to listen for the standard issue-related events in the transition post function or set up a Custom Event
-Earl
The status change part of your question is possible. You would accomplish this by using the Trigger Webhook postfunction on the workflow for each transition. That would be somewhat tedious though if you're looking for every status transition.
Most of the time it's the responsibility of the webhook listener to determine which events to action on and which to ignore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.