I would like to see the list of features linked to the Portfolio epic with the relationship "Split to". Currently I can see all the objects linked to the porfolio epic (issue link), but I cannot select just the ones with relationship "split to".
is possible to filter in order to export just the issue related with at least one portfolio epic but i don't want this. I want to display in the column "linked issue" just the issue with split to.
Is it feasible?
Hello @Davide Barri
You can use the Formula column for this:
1. Go to Administration | Issues | Issue linking and find the name of the Link type that has the 'split to' direction.
2. In your structure, add the Formula column with this formula:
issuelinks.filter($.type = "link type name").map(if $.source = this: $.destination else: $.source)
I hope this helps. If you need further assistance or 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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.