This function returns a list of all issues linked to the current issue during the current transition screen.
Bash
transitionLinkedIssues(linkTypes) #Output: Issue list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the issues linked in the current transition screen using issue link types blocks and clones. |
|
Bash
|
This example returns the issues linked in the current transition screen using any link type. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
A a comma-separated list of issue link type names or an empty text ( |
Output
This function returns an issue list
This function is useful for validating only new issue links created by the user in the transition screen.
📚 Use cases and examples
| Use case | Workflow function | Parser functions |
|---|---|---|
| Validate only issue links created in transition screen |