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
titleNote

The jql 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.

...