We are trying to get all the changed information when an issue is updated in JIRA into our app via a webhook, and what we got is the big json with ALL the fields of the updated issue, not just the changed data.
Can we restrict the json to contain only the changed fields of the updated issue? This would help us manage the updates better.
Thanks
Hung