Current issue’s project
This function returns the name of the earliest unreleased and unarchived version in the current issue's project.
Bash
earliestUnreleasedUnarchivedVersion() #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example might return: 1.0.0 |
Output
This function returns a text
Projects
Variant where you additionally define multiple projects.
Bash
earliestUnreleasedUnarchivedVersion(projects) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example might return: 3.0.0 |
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 |
|---|