Table of Contents | ||||
---|---|---|---|---|
|
7.4.1 New configuration parameter "Max. recursive calls"
Fixed minor bugs.
Parameter “Max. recursive calls“. Affects the linksHierarchyFilter function.
Recursive searches in your JQL, they can cause issues with your Jira instance, slowing it down.
Added a new configuration parameter (System > Manage apps > Links Hierarchy > Troubleshooting) so that administrators can control the number of recursive searches allowed for the linksHierarchyFilter function.
Info |
---|
The parameter “Max. recursive calls” can have a value between 0 and 10. By default, it is 1. |
Example 1:
for the jql: issue in linksHierarchyFilter(“Filter A”)
[with “Filter A”]: … AND linksHierarchyFilter(“Filter DEMO”) … // First recursive search
[with “Filter DEMO”]: project = DEMO …
The complete search will be done for [“Max. recursive calls“ >= 1]
Info |
---|
[“Max. recursive calls“ = 0] indicates that recursive searches are not allowed. When the number of recursive searches to perform exceeds the value of “Max. recursive calls“, the search is aborted and no results are returned. |
Example 2:
for the jql: issue in linksHierarchyFilter(“Filter A”)
[with “Filter A”]: … AND linksHierarchyFilter(“Filter B”) … // First recursive search
[with “Filter B”]: … AND linksHierarchyFilter(“Filter C”) … // Second recursive search
[with “Filter C”]: … OR linksHierarchyFilter(“Filter D”) … // Third recursive search
[with “Filter D”]: … AND linksHierarchyFilter(“Filter DEMO”) … // Fourth recursive search
[with “Filter DEMO”]: project = DEMO …
The complete search will be done for [“Max. recursive calls“ >= 4]
For [“Max. recursive calls“ = {value between 0 and 3}], the search will abort and return no results.
...
7.4.0 New Features
Fixed minor bugs.
New features:
...
6. New select fields for "Matrix View"
...
7.3.4 (Security release)
Update of third-party libraries. Please read the security bulletin for more information.
...
7.3.3
Jira 9 compatibility
...
7.3.2 (Security release)
The URL parameters for "Dependency Table by Jql" have been protected against possible XSS attacks. Please read the security bulletin for more information.
...
7.3.1 (Security release)
Dependency Table by Jql ("View on - Dependency Table" option of the Tree View menu ) has been protected against possible XSS attacks. Please read the security bulletin for more information.
...
Performance improvement by obtaining the Time in Status of the issues.
...
7.2.0 NEW
NEW - Time in Status
Now you can see 'Time in Status' of an issue
...
IMPROVEMENT - Editable and non-editable mode for "Link Hierarchy View" and "Link Matrix View" gadgets.
Now you can configure the gadgets to your liking so that they always show the same information.Fixed minor bugs.
...
7.0.0 (Major release)
NEW - Board Tracking
REMOVED - The Network Graph View
IMPROVEMENT - expand/collapse level in Hierarchy in one go(higher speed and performance).
CHANGE - Renamed "Pivot Table" to "Dependency Table"
Dependency Table -> Portfolio, Epic and Subtask links with colors.
Dependency Table -> Tooltip at the beginning and midpoint of the links.
Fixed minor bugs.
...
6.1.1 (Security fix)
The atl_token is now required from a lot of locations to prevent CSRF attacks. Please read the security bulletin for more information.
...
NEW: New option Export to Pivot Table available on the Tree view menu: it loads the current visible issues from the Tree view into a Pivot Table view for further analytics. In this way, it is very straightforward to analyze Epic & Portfolio hierarchies (or whatever issue) from a lot of dimensions.
...
6.0.0 (Major release)
New Dependency Table layout
...