Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
getRemoteLinks() #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
getRemoteLinks()


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



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
getRemoteLinks(issueKey) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
getRemoteLinks("TEST-1")


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueKey

Status
subtletrue
titletext

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



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
getRemoteLinks(issueKey, linkType) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
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".



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueKey

Status
subtletrue
titletext

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

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



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
getRemoteLinks(issueKeys) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
getRemoteLinks(subtasks())


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueKeys

Status
subtletrue
titleISSUE list

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



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
getRemoteLinks(issueKeys, linkType) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
getRemoteLinks(subtasks(), "Wiki Page")


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



UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
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.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueKeys

Status
subtletrue
titleISSUE list

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

Status
subtletrue
titletext

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



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list



Use cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_remoteLinks" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloud
Map(question)
Notes




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns a list of remote links.

Output

Status
subtletrue
titletext list

Available since

Status
subtletrue
colourBlue
title3.3.0

Label