Does anyone know how to "Expand All / Collapse All" in a Relationship View of a query? Relationship View is very cool... but who wants to click each and every item and related item to display all data?!
Thank you, Matthias Rump. Nice to know this feature is available in thick client. But many of our users use thin/web client. I don't see a smiliar feature. Am I missing it?
seems your are right. At least in my 10.6 WebUI I do not see that option either. Please post an RFC so we other customers can attach to that.
There is another way to target this problem, as you can use the CLI.
"im relationships -g --expandLevel=10 <IssueID>"
Or you can write a report that uses a WALK approach to expand all Levels of relationships and express that data in any way you like, based on the selection you run your report on.