This function returns the name of the earliest unreleased version in the current issue's project. This can also be an archived version!

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

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

To achieve this the following functions are used

Output

This function returns a TEXT


Variant where you additionally define projects.

Syntax
earliestUnreleasedVersion(projects) #Output: Text
Examples

See Versions for examples.

Additional information

Parameters used in this function

ParameterInput (data type)Description
projects

TEXT

Text including valid project keys or names in a comma-separated list.
Output

This function returns a TEXT


Use cases and examples