Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are three JQL functions supported by the add-on:

...

Note

Note

TheJQL functions are continuously optimized to obtain the best performance in terms of response times.

The runtime of the jqls depends on 3 factors:

  1. The number of issues for which the hierarchy must be built.

  2. The depth of the hierarchy to be obtained.

  3. The number of links that have the issues present in the hierarchy.

You should keep in mind that the greater these factors are, the greater the amount of information that will have to be analyzed, especially with the linksHierarchyFilter and linksHierarchyVersion.

For this reason, we recommend using the jql functions always applying filters(exclusions) to limit the amount of information to analyze and improve response times.

It is also not recommended to use JQL functions recursively.
These cases can cause the amount of information to be analyzed to be excessively high, due to the 3 factors mentioned above.

...

All of them work in the same way:

...

By default, the JQL function shows the first depth only. You can filter the results by setting some optional parameters:

...