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!
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)
I had the same need and found a solution.
See the link below, how to see the summary of a parent in structure column
https://tempo-io.atlassian.net/servicedesk/customer/portal/6/article/4128899180
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.