Current issue’s project
This function returns the name of the earliest unreleased version in the current issue's project. This can also be an archived version!
Bash
earliestUnreleasedVersion() #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example validates that the earliest unreleased version in the current issue's project is not archived. To achieve this the following functions are used |
Output
This function returns a text
Projects
Variant where you additionally define projects.
Bash
earliestUnreleasedVersion(projects) #Output: Text
Examples
See Versions for examples.
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 |
|---|