getEventIssueChanges
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Syntax | getEventIssueChanges() | Package | |
Alias | Pkg Usage |
Description
Retrieves a structure containing information about all the changes made for the specific event.
Parameters
Parameter name | Type | Required | Description |
|---|
Return Type
Example
logPrint("ERROR", "Event Changes:" + changes);
See also
Peacock