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