getOldVersionFromEvent
Availability
This routine is available starting with Power Scripts 4.0.0.
Syntax
getOldVersionFromEvent()
Description
Retrieves a structure containing information about a version that has been updated.
Return value
A JVersion value containing the version data.
Example
logPrint("INFO", "Result of listener: " + getOldVersionFromEvent());
The result is a structure containing the version id, name, description, project key of the version, start and release dates, and information on whether the version is archieved or released.Â
See also