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!

3 answers

2 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Anwesha Pan (TCS)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 21, 2025

Hi @Dmitriy Ruban 

Unfortunately it is not possible to directly set or define "custom nodes" within a Jira Structure Formula in the same way one might define a new issue type or a specific field.

As you might already know that Jira Structure Formulas primarily operate on existing Jira issues and their attributes (fields, links, hierarchy). While you can use formulas to calculate or display values based on these attributes, or even to create new issues within the structure based on certain criteria, they do not inherently support the creation of arbitrary, non-issue-based "custom nodes" that exist independently of Jira issues.
Thanks,
Anwesha
1 vote
Answer accepted
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)

0 votes
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 22, 2025

Thanks everyone for your answers!

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events