Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: REQ-11389 various tweaks.

Problem

...

Very large project trees have some difficulties in loading the tree view. This is especially noticeable when several folders are expanded on load with “Remember Tree Selection“ enabled or when using “Expand All“.

...

Additionally, when the tree is loading items, the context menu for any action in the tree is inaccessible and this blocks the use of the feature.

Solution

From R4J 4.4, there is an improved behavior for expanding folder and issue items when selected. Instead of infinite recursion depth, only the items immediately below are expanded when a folder or an entry in the tree is selected.

Besides this, a An additional workaround is introduced through to add a reset “reset” query parameter that can be added to the R4J URL. This parameter allows any user to reset his tree to a collapsed state and abort the expansion of a large tree structure.

...

  • Clear remembered tree selection and set selection to the root project folder.

  • Clear any applied filter.

  • Stop expanding operation.

  • Show tree in collapsed state.

Further improvements on the tree structure are being worked on in with high priority. While this is ongoing, below are some recommendations to avoid the issue:

  • Split up large project content into different R4J trees (subprojects, just showing part of the tree).

  • Avoid expanding large tree structures or using the “Expand All“ feature.

  • Avoid reading view on large tree structures.

  • Check filter result first on Jira navigator. Modify filter to return less then fewer than 1000 issues.

  • In tree settings, set "Show issue tooltips in tree" and "Remember tree selection" to No.