getEventIssueFieldChange

Description

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

Parameters

Return Type

JFieldChange

Example

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

See also

Peacock