Hi, I am going to describe the problem with an example:
I have three projects PA, PB and PC, and PA-100, PB-90 and PC-120 are Issues of these projects that are related as :
PA-100
Link to PB-90
Link to PC-120
With this scenario I have defined a structure that lists the occurrences of the PB project, and I have added a calculated column with the parent key following the "Link To" relationship, ie:
PB-Key PA-Key ...
--------------------------- ...
PB-90 PA-100 ...
...
What I want now is to add another calculated column to list the sibling Issue (the Issue with the same parent), to have a list like:
PB-Key PA-Key PC-Key ...
--------------------------------- ...
PB-90 PA-100 PC-120 ...
...
I have tried different schemes but in the end I don't know how to do it, I even wonder if it is possible.
Could someone help me?