numberOfRemoteIssueLinks()

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.


Bash
numberOfRemoteIssueLinks(linkTypes) #Output: Number 


Examples

Parser expression

Description

Bash
 numberOfRemoteIssueLinks("")

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

3


Additional information

Parameters used in this function

Parameter

Input (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