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.
Bash
releasedVersions() #Output: Text list
Variant where you additionally define multiple projects.
Bash
releasedVersions(projects) #Output: Text list
📚 Use cases and examples
| Use case |
|---|
| No content found. |