Using structure to get attributes of grandparent

Al_Kopasz
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!
October 9, 2024

I can get my parent via the issueLinks:


issueLinks.FILTER($.type.outward = "is parent of" AND $.destination = this).source.key


If I try to get to my parent's parent via parent.issueLinks (ran in debug and issueLinks is empty)

issueLinks.FILTER($.type.outward = "is parent of" AND $.destination = this).source.issueLinks

***Looks like this is not available to look upwards

Any thought on how solve this issue?

 

0 answers

Suggest an answer

Log in or Sign up to answer