Hi
I am using the below formula to get the parent of a feature on the structure board
issueLinks.MAP(IF($.source = this, $.destination))
I want to now restrict the parent to the link type 'implements' , We use another link 'contains' for other relationships.
Request help to add the second condition.
Summary: I want to find the parent , to which the child issue is linked using the relationship 'implements'
Regard, Pavan
Hello @Pavan Cheruvu
You can edit the formula like this:
issueLinks.filter($.type = "implements").MAP(IF($.source = this, $.destination))
I hope this helps. If you have more questions about Structure, please reach out to us directly at our support portal and we'll get back to you shortly.
Best regards,
Stepan
Tempo (the Structure app vendor)
Hi Stepan,
Thank you very much for your suggestion.
I did a quick replacement, but it did not return any values into the structure board.
I will check all combinations on the link, and if it still does not work, I will reach out to you at the support portal mentioned.
Best Regards,
Pavan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.