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)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.