This function returns all external links to the specified issue(s) as a text list.


getRemoteLinks() #Output: Text list



Parser expressionDescription


getRemoteLinks()


This example returns a text list with all remote links of the current issue.



This function returns a




Variant where you can get remote links for a given issueKey.


getRemoteLinks(issueKey) #Output: Text list



Parser expressionDescription


getRemoteLinks("TEST-1")


This example returns the list of remote links of the issue with the key "TEST-1".



Parameters used in this function

ParameterInput (data type)Description
issueKey

The key of the issue where the remote links get retrieved from.



This function returns a




Variant where you can get remote links for a given issueKey and remote link type.


getRemoteLinks(issueKey, linkType) #Output: Text list



Parser expressionDescription


getRemoteLinks("TEST-1", "Wiki Page")


This example returns the list of remote links with the type "Wiki Page" in the issue with the key "TEST-1".



Parameters used in this function

ParameterInput (data type)Description
issueKey

The key of the issue where the remote links get retrieved from.
linkType

The type of the link within the issue to the external URL.



This function returns a




Variant where you can get remote links for a list of given issue keys.


getRemoteLinks(issueKeys) #Output: Text list



Parser expressionDescription


getRemoteLinks(subtasks())


This example returns the list of remote links in the subtasks of the current issue.



Parameters used in this function

ParameterInput (data type)Description
issueKeys

The list of issues where the remote links get retrieved from.



This function returns a




Variant where you can get remote links for a list of given issue keys and link type.


getRemoteLinks(issueKeys, linkType) #Output: Text list



Parser expressionDescription


getRemoteLinks(subtasks(), "Wiki Page")


This example returns the list with remote links of type "Wiki Page" in the subtasks of the current issue.




Parser expressionDescription


getRemoteLinks(issueKeysToIssueList(("TEST-1, DEMO-1")), "links to")


This example returns a list of remote links of type "links to" i.e. external web links for the issues with issue keys TEST-1 and DEMO-1.



Parameters used in this function

ParameterInput (data type)Description
issueKeys

The list of issue keys where the remote links get retrieved from.
linkType

The type of the link within the issue to the external URL.



This function returns a



Use cases and examples



Parser function cloud
Map(question)
Notes






Status
Tech review

Style guide




Short description

Returns a list of remote links.

Output

Available since

Label