This function returns a text list with all released version names of the current issue's project. This can also be an archived version!

The output will be ordered by release date in ascending order, and by sequence (i.e., as shown in UI) in ascending order.


releasedVersions() #Output: Text list




Parser expressionDescription


releasedVersions()


Given the configuration on Versions, this example returns :

[JWT 2.0, JWT 5.0]


toStringList(%{issue.fixVersions} in releasedVersions()


This example validates that all Fix Version/s are released. This kind of comparison is usually used in a Logical expression.

To achieve this, the following functions are used:



This function returns a




Variant where you additionally define multiple projects.


releasedVersions(projects) #Output: Text list



Parser expressionDescription


toStringList(^%{issue.fixVersions}) in releasedVersions(^%{issue.project})


This example validates that all Fix Version/s of a seed issue are released. This kind of comparison is usually used in a Logical expression.

To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
projects

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



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to access to the project's versions, only to the ones that are assigned to the current issue.






Status
Tech review

Style guide




Short description

Returns all released versions.

Output

Available since

Label