Current issue’s project
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.
releasedVersions() #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
Given the configuration on Versions, this example returns : [JWT 2.0, JWT 5.0] |
|
Bash
|
This example validates that all Fix Version/s are released. This kind of comparison is usually used in a Logical expression. To achieve this, the following functions are used: |
Output
This function returns a text list
Projects
Variant where you additionally define multiple projects.
releasedVersions(projects) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example validates that all Fix Version/s of a seed issue are released. This kind of comparison is usually used in a Logical expression. To achieve this, the following functions are used: |
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 |
|---|