How to add a linked attribute to the "column display" in RTC queries?
I'm selecting a number of children items and I'd like to display some of the parent attributes in the "column display" of the query. I see that we can add parent and child "conditions" to the query and that is very useful. How do we add parent or child conditions to the column display?
The web UI also seems to allow the addition of a parent or child link to the column display. But this column isn't displayed in the eclipse UI. As useful as the link is in the web UI, we really need to select a few linked attributes directly and display them on the row with the other attributes.
2 answers
You should look at this thread: https://jazz.net/forum/questions/30702/work-item-query-showing-parentchild-relationships
Let us know if it helps for you.
Comments
Thank you. I did review other similar questions before posting this one. Although I hadn't see the one you suggested.
Regardless, I am aware of the following and have tried both:
-
In the Eclipse UI, you could enable the hierarchical view from the
'Relationships...' menu in the Work Items view's toolbar menu. -
In the Web UI, you could add the 'Children' attribute as an additional
column on the 'Result Layout' tab.
We have a fairly large number of parent and child work items to look through so clicking on each parent to expand to see the children or hovering over each link in the web UI is not feasible. It would be much more efficient to use if the linked value is displayed with each row of the query.