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


transitionLinkedIssues(linkTypes) #Output: Issue list



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.



Parameters used in this function

ParameterInput (data type)Description
linkTypes

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



This function returns an


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



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible because that kind of information is not available.






Status
Tech review

Style guide




Short description

Returns a list of all issues linked during the transition.

Output

Available since

Label