getDeletedUsernameFromEvent
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Syntax | getDeletedUsernameFromEvent() | Package |
|
Alias |
| Pkg Usage |
|
Description
Retrieves a string representing the username of the deleted user.
Parameters
Parameter name | Type | Required | Description |
|---|
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