transitionLinkedIssues()

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
transitionLinkedIssues("blocks, clones")

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

Bash
transitionLinkedIssues("")

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

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