I've got a filter that returns all the cases in a given iteration. These cases have lots of sub-cases, and they are displayed with every case expanded, which takes up several screens of space. Is there a way to automatically collapse the tree so that only the top-level cases are shown?
|
10
|
We have a case open to consider this feature for a future release. Please up-vote this question to show your support for adding this feature. Right now, you can use BugMonkey. Install the plugin and then add the following code to the Javascript section for all users: FogBugz 7.X
FogBugz 8.X
This will insert a "Toggle Hierarchies" link next to the "Outline View" and "Select Columns" actions (in FogBugz 7), or the "Save" and "More" actions (in FogBugz 8) in the upper-right corner of the list view page that should collapse/expand all the hierarchy cases in the current view. |
||||||
|
|
1
|
It seems to have stopped working with FogBugz 8.0. |
|||
|
|
1
|
The BugMonkey script would not work for me in version 8.0 either. I found another way to achieve the same thing presuming you are using a saved filter. Go to Manage Saved Filters, edit the filter and select the "Show only cases with no parent case" option. Cases with sub-cases still show with their expand arrow next to them. |
||||||
|
|
1
|
Just got this working in FB8, here is the code:
|
||||||||||||||
|
|
1
|
|
||||||||||||
|
|
0
|
Nice! Thanks, works a treat. |
||
|
|