This function returns the number of issue links to remote Jira instances using any of the given issue link types types.

Link types can be entered as a comma-separated list of issue link type names, or as an empty text ("") for representing all issue link types.

Syntax
numberOfRemoteIssueLinks(linkTypes) #Output: Number 
Examples
Parser expressionDescription
 numberOfRemoteIssueLinks("")

This example returns the number of all remote issue links, e.g.:

3


Additional information

Parameters used in this function

ParameterInput (data type)Description
linkTypes

TEXT

A comma-separated list of issue link types or an empty text.
Output

This function returns a NUMBER


Use cases and examples