This function returns a list of all issues linked to the current issue during the current transition screen.

Syntax
transitionLinkedIssues(linkTypes) #Output: Issue list
Examples
Parser expressionDescription
transitionLinkedIssues("blocks, clones")

This example returns the issues linked in the current transition screen using issue link types blocks and clones.

transitionLinkedIssues("")
This example returns the issues linked in the current transition screen using any link type.
Additional information

Parameters used in this function

ParameterInput (data type)Description
linkTypes

TEXT

A a comma-separated list of issue link type names or an empty text ("") for representing all issue link types.

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