getEventIssueFieldChange
Syntax | getEventIssueFieldChange(field) | Package | |
Alias | Pkg Usage |
Description
Retrieves a structure containing information about the changes made for a specific field on the specific event.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
field | String | Yes | Field name. |
Return Type
Example
JFieldChange change = getEventIssueFieldChange("description");
logPrint("ERROR", "Event Change: " + change);