Current issue
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
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example may return [1.0, 2.0] |
Output
This function returns a text list
Projects
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
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example may return [0.0.59 beta, 0.0.1] |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text including valid project keys or names in a comma-separated list. |
Output
This function returns a text list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|