getDeletedUsernameFromEvent
The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Description
Retrieves a string representing the username of the deleted user.
Parameters
Return Type
String
Retrieves a string representing the username of the deleted user.
Example
logPrint("INFO", "Result of listener: " + getDeletedUsernameFromEvent());
The result is astring representing the username of the deleted user.
See also
Peacock