Current issue
This function returns all external links to the specified issue(s) as a text list.
getRemoteLinks() #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns a text list with all remote links of the current issue. |
Output
This function returns a text list
Issue key
Variant where you can get remote links for a given issueKey.
getRemoteLinks(issueKey) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the list of remote links of the issue with the key "TEST-1". |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
The key of the issue where the remote links get retrieved from. |
Output
This function returns a text list
Issue key link type
Variant where you can get remote links for a given issueKey and remote link type.
getRemoteLinks(issueKey, linkType) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the list of remote links with the type "Wiki Page" in the issue with the key "TEST-1". |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
The key of the issue where the remote links get retrieved from. |
|
|
text |
The type of the link within the issue to the external URL. |
Output
This function returns a text list
Issue keys
Variant where you can get remote links for a list of given issue keys.
getRemoteLinks(issueKeys) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the list of remote links in the subtasks of the current issue. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
ISSUE list |
The list of issues where the remote links get retrieved from. |
Output
This function returns a text list
Issue keys link type
Variant where you can get remote links for a list of given issue keys and link type.
getRemoteLinks(issueKeys, linkType) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns the list with remote links of type "Wiki Page" in the subtasks of the current issue. |
|
Bash
|
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. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
ISSUE list |
The list of issue keys where the remote links get retrieved from. |
|
|
text |
The type of the link within the issue to the external URL. |
Output
This function returns a text list
📚 Use cases and examples
| Use case | Workflow function | Field type | Automated action | Parser functions |
|---|