Hi
I defined under modules in atlassian-connect.json webhook of issue_updated:
"webhooks": [
{
"event": "jira:issue_updated",
"url": "issue/issue-updated-hook",
"excludeBody": false
}
I wonder if there is an option to trigger the webhook only when the status field of issue is updated.
or at least getting info which field wasupdated.
Thanks