Actually i have create on webhook,it's triggered every time,but i need only status field is updated in jira issue.
is there any JQL query is available ?
I think you are going to specify more your needs. Anyway, check this and look for (ctrl + f) JQL
https://developer.atlassian.com/server/jira/platform/webhooks/
my requirement is web hook is triggered only Status field value changed in existing issue,for this is there any Jql Query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure about your question, are you asking only for a query to check in status field has changed for an issue?
There is JQL to check if status has changed:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
webhook triggered only after changing status field value for this i need JQL statement ?
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.