Can precomputation be suspended for a JQL function?

Hi @ljarzabek,

We are currently working on a JQL function that is groupsOfCurrentUser(). This function takes current user and return his/her groups. Thus we are using current user, we need to invoke function to calculate groups of current user for each time. Precomputations are challenging us to implement this function. Is there any chance to disable precomputation for JQL Functions module.

Hi @MehmetMum, thank you for reaching out!

It is not possible to turn off precomputations for JQL functions - precomputations are essential for the JQL function’s performance. Would it be acceptable to use explicitly accountId as an argument of the function in the query?

Best regards,
Łukasz