Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Show summary of parent issue in structure formula

Lean Li
Contributor
February 29, 2024

Hi!

 

Is there are way to fetch the summary of a parent issue (linked to an feature with parentLink) with structure formula. With this formula I can get the issueKey but not the summary?

 if type = "Feature" : parentLink

Any help on how to proceed much appreciated!

2 answers

1 accepted

0 votes
Answer accepted
Stepan Kholodov _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 1, 2024

Hello @Lean Li 

If you mean that the issues are connected via the Paren Link (if the child issue has a value in that field), then it is not possible - the Formula column doesn't work with this link's properties at this time. 

As an alternative, you can either:
- create any standard Jira link between issues and show Summaries of linked issues for Features with a formula like this: issuelinks.filter($.type = "link type name").map(if $.source = this: $.destination.smmary else: $.source.summary)
- add child issues of Features with the Extend generator and show their Summaries for each Feature with this formula: min#children{summary}

I hope this helps. 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)


0 votes
Marc - Devoteam
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.
March 1, 2024

Hi @Lean Li 

I would reach out to Tempo the developer of Structure and ask there support.

In the documentation, I could not find anything on this.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events