Hi @OdinSon, thank you for reaching out!
Unfortunately, it is not possible to disable precomputations for the JQL functions - precomputations are essential for the JQL function’s performance. While I understand there might be use cases like yours, we want to prioritize the end-user experience. With precomputations turned off, the user may experience a significant slowdown in JQL search (let’s imagine there are preconfigured filters using the JQL function, so the end-user doesn’t even know that the app is responsible for the slowdown).
As @RinoJose1 suggested, you can use the Precomputation API and update your precomputations in response to specific events. That way, the function should be able to always return up-to-date results.
Best regards,
Łukasz