This function returns the name of the latest released version in the current issue's project. The version might also be archived!

The release dates are analyzed in ascending order, and by sequence (i.e., as shown in UI) in ascending order.


latestReleasedVersion() #Output: Text



Parser expressionDescription


latestReleasedVersion()


This example returns the name of the latest released version, e.g.:

2.9.2



This function returns a




Variant where you additionally define multiple projects.

The returned version is the latest version across all projectsProject keys or project names may be entered as a comma-separated list.


latestReleasedVersion(projects) #Output: Text



Parser expressionDescription


latestReleasedVersion("JWT, ATJ")


This example returns the name of the latest released version across all projects,e.g.:

3.1



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 find project's versions, just the current issue's version.






Status
Tech review

Style guide




Short description

Returns the name of the latest released  version.

Output

Available since

Label