You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This function returns the issue list linked to the current issue with links created in the current transition screen using issue link types in argument issue_link_types.

Argument issue_link_types is a comma-separated list of issue link type names or an empty string ("") for representing all issue link types, i.e., transitionLinkedIssues("") is equivalent to transitionLinkedIssues().

This function is useful for validating only new issue links created by the user in the transition screen.

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

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

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST