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.
Bash
archivedVersions() #Output: Text list
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.
Bash
archivedVersions(projects) #Output: Text list
📚 Use cases and examples
| Use case |
|---|
| No content found. |