This function returns a text list with all archived version names of the current issue's project.

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


archivedVersions() #Output: Text list



Parser expressionDescription


archivedVersions()


This example may return

[1.0, 2.0]




This function returns a




Variant where you additionally define multiple projects.

Returned versions may either be released or unreleased. Project keys or project names may be entered as a comma-separated list.


archivedVersions(projects) #Output: Text list



Parser expressionDescription


archivedVersions("TEST, JWT")


This example may return

[0.0.59 beta, 0.0.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




Status
Tech review

Style guide




Parser function cloud
Map(error)
NotesNot possible to access the project's versions, so it's not possible to replicate it yet.





Short description

Returns all archived versions.

Output

Available since

Label