Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Linked Issues vs {issueLinks}. Remote Links and Formula Columns

James Roy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 13, 2024

Hi there,

I would like to somehow get an array of remote links from a Jira issue and filter for a certain type of remote link and use the result to populate a column in Structure.

-----------------------------------------

"6076" is what I'm after, which is a remote link found by

JQL {issueFunction in linkedIssuesOfRemote("application name", "ACME System")}

 

Using Structure I can add the bundled column "Linked Issues" that returns all outgoing issue links:

PASS_20240913_009.png

 

However, when I use a "formula" column and refer to Issue Links some outgoing links, remote links, are omitted:

PASS_20240913_011.png

 

This question speaks to the same issue but the response relates directly to the formula and the inability of Issue Links to return ALL link types.

I wonder though, is there way to refer to the "Linked Issues" column itself or some other way to to return the same array provided by the Linked Issues column.

 

 

Thank you.

2 answers

1 vote
Jan Locaj
Contributor
May 23, 2025

In a newer Structure version (9.8 and up):
https://help.tempo.io/structure-dc/latest/structure-9-8-release-notes

There is introduced a new Formula Attribute "remoteLinks":
https://help.tempo.io/structure-dc/latest/item-property-reference#ItemPropertyReference-RemoteLink

which can be referenced as an Array so far as I understood:
https://help.tempo.io/structure-dc/latest/standard-variable-reference

Screenshot.png

0 votes
Stepan Kholodov (Tempo)
Community Champion
September 24, 2024

Hello @James Roy 

If you want to only see links to resources outside of the current Jira instance, then it's not possible for the same reason as mentioned in the other post - the Formula column doesn't recognize remote links at the moment. The Linked Issues column is indeed capable of displaying these links, but this column can't be referenced in the Formula.

I hope this clarifies the matter. If you have more questions about Structure - please reach out to us directly at our support portal.

Best regards,
Stepan
Tempo (the Structure app vendor)

Suggest an answer

Log in or Sign up to answer