getEventIssueChanges

Description

Retrieves a structure containing information about all the changes made for the specific event.

Return Type

JFieldChange

Example

JFieldChange [] changes = getEventIssueChanges(); logPrint("ERROR", "Event Changes: " + changes);

See also

Peacock