Forums

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

Use column values of linked items from Jira Structure

Dmitriy Ruban
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!
August 17, 2025

Hey everyone!

I use Jira Structure (Cloud) and have a formula column helping to calculate estimations and durations following our team rules.

I want to enhance my structure by taking in account linked items. Is it possible to use reference to linked item column value as I could before by mapped variables? 

Additional question: is it possible to set "custom node" in Jira Structure Formula (I want to take linked item and put it into formula custom function and check relevant children).

Thanks in advance!

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Stepan Kholodov _Tempo_
Community Champion
August 18, 2025

Hello @Dmitriy Ruban 

You can extract values of linked issues in the Formula column. For example, with a formula like this, you can extract summaries of all issues that are linked with the 'Blocks' link type:

issuelinks.filter($.type = "blocks").map(if $.destination.summary = summary: $.source.summary else: $.destination.summary)

However, the list of attributes that the Formula can access through links is limited at the moment. We have plans to extend it with more fields in the future. 

Please note - in any case. the Formula can access values from issues that are directly linked to issues that are present in the structure. I.e. it is not possible to add an issue, and get values of linked issues of its linked issues (i.e. grandparents/grandchildren through the hierarchy). if this is what you want to do, then you would need to add more hierarchy levels to the structure to ensure that direct references work. 
Alternatively, you can just add the whole hierarchy using generators, and access the data of issues without any constraints.

I hope this helps. If you have more questions about Structure, please reach out to su directly at our support portal.

Best regards,
Stepan
Tempo (the Structure app vendor)

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events