getVersionFromEvent

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 archived, created, released, unarchived, unreleased, moved or merged.

Parameters

Return Type

JVersion

Example

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

The result is a structure containing version id, name, description, project key of the version, start date and release dates, and information about whether the version is archieved or released.

See also