Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel2
maxLevel2

...

The colors of the links help you to know what problems are contributing to the sum of the one issue.

Color

Line

Description

Black

Image Removed
Image Added

The issue does not contribute to the root issue (there is one outward link at least in the branch connecting the issue with the root which breaks the roll-up progress)

Red

Image Modified

The issue contributes to the root (all the chain of linked issues are inward)

and all their contributing children are already loaded in the hierarchy, therefore the total contribution of the branch under the issue is well known

Orange

Image Modified

The issue contributes to the root from more than one way and each way does it partially with the same amount (balanced)

Light red

Image Modified

The issue contributes to the root but not all its children have already be loaded, therefore the real total contribution of the branch is unknown as it might vary when more children are loaded

Yellow

Image Modified

The same that the previous one when the issue contributes from more than one branch

...

Progress Bars Colors and Individual progress of each issue

You will see different colors in the progress bars. Mousing over color bars will appear pop-up windows with individual progress of issue. Appears in all issues that have time tracking.

...

Progress of resolved issues

Shows the number of resolved issues in the hierarchy that is being displayed. It appears in the root issue, and in all those issues that contribute to it.

...

Progress of the history points resolved

Shows the number of history points resolved in the hierarchy that is being viewed. It appears in the root issue, and in all those issues that contribute to it.

...

Progress roll up (on intermediate levels)

"Links Hierarchy" extends its functionality and provides progress roll up in all issues, and not only in the root issue.

Now you can also see the progress of the issues that influence the issue you are visualizing, allowing you to monitor and better analyze progress.

...

It shows the progress roll up in all the issues that influence the root issue.

When an issue appears in several places contributing, it contributes to all its ancestors.

In the image, LH-10 contributes to the roads (LH-7, LH-8, LH-1) and (LH-7, LH-9, LH-6, LH-17).

This allows you to see the actual progress of each of the issues that contribute to the root.

When an issue appears in several places contributing, all your appearances are shown with an orange link to indicate that the issue is contributing in different ways.

...

Cycle detection (SERVER ONLY)

When creating links between issues, it may happen that you create cycles between the issues. In some cases, these cycles do not have functional logic and cause their analysis of progress is not correct.

Now, "Links Hierarchy" helps you detect those cycles.

For example, suppose we have 4 issues (A, B, C, and D)
A is blocked by B.
B is blocked by C.
C is blocked by D.
D is blocked by B.

Which issue should be resolved first? How long would it take to resolve issues B, C and D? 

A cycle appears that does not have functional logic, so these questions do not have an easy answer.

These cases are detected by "Links Hierarchy", and will mark the issues where it occurs with an orange border. You can review each case and decide if it is correct or not.

...

Progress roll up on cycles

When "Links Hierarchy" detects a cycle, it does not load the descendants indefinitely because it would be an infinite loop.

...

 Instead, "Links Hierarchy" warns that the issue was previously shown, and that issue would no longer contribute to the sum.

In these cases, you must take into account that being a hierarchical sum, the intermediate issues from the root issue to the issue detected as a cycle, do not contain the total sum of the cycle.  The sum in the cycle issues should be:

Sum up TALH-12 (B) → (TALH-12 + TALH-13 + TALH-14)  

Sum up TALH-13 (C)→ (TALH-12 + TALH-13 + TALH-14) 

Sum up TALH-14 (D) → (TALH-12 + TALH-13 + TALH-14)

Being a hierarchical sum, "Links Hierarchy" calculates:

Sum up TALH-14 → (TALH-14 + TALH-13 + TALH-12)

Status
colourGreen
titleOK
 OK

Sum up TALH-12 → (TALH-12 + TALH-13)  

Status
colourYellow
titleMissing

Sum up TALH-13 → (TALH-13) 

Status
colourYellow
titleMissing

In the cycle issues, the total sums will appear in the root issues:

...

Progress of custom fields resolved

"Links Hierarchy" has added functionality to visualize the progress of number custom fields (work in the same way as story points):

<sum of the values of the custom field in the resolved issues> / <sum of the values of the custom field in all the issues of the hierarchy> (percentage that represents the sum of the values of the custom field in the resolved issues on the total sum in the hierarchy)

Note

Where is my custom field?

A custom field will be shown in the menu, if it has value for at least one issue in the hierarchy displayed. Custom fields that can be displayed in the hierarchy are ONLY of a NUMERIC type. There is no need to add a customfield into the list as Links Hierarchy fills them into the list dynamicly (automatically). In other words Links Hierarchy take customfields from those issues that are present at the moment in hieararchy tree.

PLEASE PAY ATTENTION: if issues on a particular hierarchy Depth level do not contain any numeric custom field - no custom field will be reflected in tree manu “Custom Field“

Note

Jira Cloud notes

For reasons of efficiency, existing custom fields in the Jira Cloud instance and global time tracking settings, are read only once. So, if custom fields are created in the Jira Cloud instance (or time tracking settings 'Working hours per day', 'Working days per week' are modified), it will be necessary to clean the filters ("Reset configuration" option) for the app refreshing them.

...