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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a string list TEXT LIST with released version names of the current issue's project. Returned versions may be archived.

Syntax
releasedVersions() #Output: Text list
Examples
Parser expressionDescription
Syntax
toStringList(%{00074}) in releasedVersions()
The function validates that all fixed versions are released.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST


The function returns a TEXT LIST with released version names of projects in argument projects. Returned versions may be archived.

Arguments projects is a comma-separated list of project keys or project names.

Syntax
releasedVersions(text projects) #Output: Text list
Examples
Parser expressionDescription
Syntax
toStringList(^%{00074}) in releasedVersions(^%{00018})
The function validates that all fixed versions of a foreign issue are released.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST