Skip to end of banner
Go to start of banner

getFixVersionSwappedToFromEvent

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with Power Scripts 4.0.0 (server).

Syntax

getFixVersionSwappedToFromEvent()

Description

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

Return value

A JVersion value containing the component data.

Example

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

The result is a structure containing the version id, name, description; the project key of the version, start date, release date, and if the version is archieved or released. 

See also

  • No labels