Calling a custom function in Resource query API parameter

I have created a function nextMonthName() and now I want to call it to resource query i.e. JIRA API JQL. I want to use the above function in the JQL section and getting error the function not found.

Hi @hidayat.ali,

Can you share a screenshot of your custom function code?

You can also work around this by just having a JS code block upstream from this Jira block that returns the current month name. Then you can just reference that block's data {{ currentMonthName.data }}, directly - not as a function.