/
Using JQL functions with enabled caching

Using JQL functions with enabled caching

By default, the plugin caches all closed sprint reports because, in most cases, it is a permanent entity.

if you cache on with using the JQL filter - "Time to resolution" < remaining ("2h"), the cached results can be expired immediately because the remaining time is not a static value and changes in time.

More examples of "fast expired" JQL expressions:

created <= -5d
changed <= -5d
"Time to first response" < elapsed("10m")

For all the above cases, we recommend switching off the cache feature.

More details about fast expired JQL functions: Using JQL queries specific to SLAs | Jira Service Management Data Center 10.4 | Atlassian Documentation

You can disable the cache feature in the settings at any moment with subsequence not achieving benefits using cache for reports that contain a large number of tickets, such as load speed increase.

 

Tip: When copying the JQL filter from another source, look around to spot whether a fast expired JQL function is being used.