Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Webhook is triggered only particular field changes ?

ashokreddy nemilidinne July 1, 2018

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 ?

2 answers

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 3, 2018

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

0 votes
Josh Steckler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 3, 2018

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.

Suggest an answer

Log in or Sign up to answer