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