This function returns a text list with the unreleased and unarchived versions in the current project with the default order.

The first version in the list is the lowest version in the version overview / release hub.

Syntax
unreleasedVersionsBySequence() #Output: Text list
Example
Examples
Parser expressionDescription
unreleasedVersionsBySequence() 

Given the configuration on Versions, this example returns :

[JWT 1.0, JWT 3.0, JWT 6.0]

Output

This function returns a TEXT LIST


Use cases and examples