How can I develop keywords for JQL?

Hello, I want to develop my own JQL Keyword. How should I edit the manifest for this? I can develop a JQL function, but it is in the form of issue in myFunc().
For example, when I create a keyword like issueCount and use issueCount = 2 in advanced search, I want it to return 2 issues.
How can i do this?
Thanks

Hi, take a look at these Atlassian links.
https://developer.atlassian.com/cloud/jira/platform/jql-functions/
https://bitbucket.org/atlassian/forge-jql-function-example/src/master/
https://bitbucket.org/atlassian/forge-jql-function-subtaskof/src/master/

1 Like

Hi @FelipeCauFragaCarnei, there is no information about keywords. I have already checked these links, but they only show functions.