Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Formula in a Structure Board ( issueLinks.MAP(IF($.source = this, $.destination)))

Pavan Cheruvu February 1, 2024

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  

 

 

1 answer

1 accepted

0 votes
Answer accepted
Stepan Kholodov _Tempo_
Community Champion
February 1, 2024

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)

Pavan Cheruvu February 2, 2024

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

Like Stepan Kholodov _Tempo_ likes this

Suggest an answer

Log in or Sign up to answer