hello, I have some question about jira webhook.
I have set jira webhook Events like below.
project=test AND labels in (deploy) AND (status changed FROM "To Do" TO "In Progress")
Status filter may cause my issue.
I generated my new task and then changed status to "In Progress". However, There was not webhook execution. (Of course, I made my issue in project 'test' and set labels to deploy)
If I try changing status to 'to do' and one more change to 'In Progress', webhook does work correctly.
Can U help me?