I wonder which classes (IssueEvent, Issue, IssueField, Project, Priority, and so on) are serialized to the JSON being sent of a registered webhook in JIRA when an issue is created/updated/deleted?
First, I thought instances of the classes of package com.atlassian.jira.rest.client.api.domain will be serialized but when I compare the received JSON with the classes...they don't match.
Can anybody tell me which classes of which package are used?