getAffectsVersionSwappedToFromEvent

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

Retrieves a structure containing information about a version that has been deleted.

Parameters

Return Type

JVersion

Example

The following example shows how you can obtaina structure containing the version id, the version name, the version description, the project key of the version, the start date, the release date and if the version is archieved or released.

logPrint("INFO", "Result of listener: " + getAffectsVersionSwappedToFromEvent());

See also