Skip to end of banner
Go to start of banner

Beta JQL Features

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Starting with version 4.1.1, Power Scripts is able to cache the results for the expressions used to filter issues, either builtins or user provided. This feature can greatly improve performance as well as degrading it, so use it with extreme care.


Reasons to use it:

  1. You have saved filters and users perform again and again the same JQL queries
  2. You have plenty of free memory and CPU


Reasons not to use it:

  1. You do not have enough free memory
  2. CPU is constrained
  3. Your users are doing ad-hoc queries


Index is maintained automatically for now, and its parameters are not editable. If enabled, the engine will auto-determine if an expression is used frequently, and will trigger a reindex on the respective script. While indexing, the index will not be available, but once completed, it will find issues very-very fast.


Feature is cluster aware, and it should work without problems in clustered environments as well.


To enable it, visit the JQL configuration page, and click on the "Enable Functional Index" button.

  • No labels