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

Compare with Current View Page History

« Previous Version 3 Next »

The function returns a TEXT with the name of the earliest unreleased version in the current issue's project.

Syntax
earliestUnreleasedVersion() #Output: Text
Examples
Parser expressionDescription
earliestUnreleasedVersion() not in archivedVersions()

The function validates that the earliest unreleased version in the current issue's project is not archived.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT


The function returns a TEXT with the name of the earliest unreleased version among projects in argument projects.

Returned versions may either released or unreleased. Arguments projects is a comma-separated list of project keys or project names.

Syntax
earliestUnreleasedVersion(text projects) #Output: Text
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT