Hi Everyone,
I am working on create a new custom JQL function in Jira ScriptRunner and need some assistance. My requirement is to create a Custom JQL function (returns issues that have linked issues in a specific status).
what I'm aiming to achieve:
Custom JQL Function: issueFunction in linkedissue("Status").
Excepted output:
That function should return issues that have linked issues in specific status.
Script runner version: 8.29.0.
I have already created the path to store the file path is: com/onresolve/jira/groovy/jql.
in scripteditor.
Current Facing Issue:
1) I am facing issues such as not being able to find logs in the script.
2) when I try to run the JQL, I am not able to find the linked issues while searching.
Are there any examples or resources that could guide me through the process?
Is anyone has a script/related script, could you please provide it as reference for my requirement?
Any help or guidance would be greatly appreciated!