Current issue’s project
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
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the name of the latest released version, e.g.: 2.9.2 |
Output
This function returns a text
Projects
Variant where you additionally define multiple projects.
The returned version is the latest version across all projects. Project keys or project names may be entered as a comma-separated list.
latestReleasedVersion(projects) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the name of the latest released version across all projects,e.g.: 3.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
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|