linkedIssuesOf not found in the function registry

Mikael Falkvidd March 26, 2015

I am using the JIRA Automation plugin to auto-transition JIRA Service Desk issues when their corresponding Development issue has been closed. The JQL used is

project = PT AND status = "Waiting for issue" AND issuefunction in linkedIssuesOf("project = MON AND status in ('Ready for release', 'Closed')", "is requested by")

This JQL worked yesterday, both in the Automation rule and in "Search for Issues". I even saved a filter with the expression so I know I am using the exact same expression.

Today the expression no longer works. In "Search for Issues" I get

Unable to find JQL function 'linkedIssuesOf(project = MON AND status in ('Ready for release', 'Closed'), is requested by)'.

In atlassian-jira.log I get the following every time the Automation rule is executed:

[jira.groovy.jql.ScriptedFunctionClauseFactory] Something has gone wrong: linkedIssuesOf not found in the function registry. Returning an empty query.

What could have caused the linkedIssuesOf function to disappear?

JIRA version: v6.3.15#634 

2 answers

1 accepted

2 votes
Answer accepted
Simon Kegel //SEIBERT/MEDIA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 26, 2015

Don't really know what is the cause for that.

But you can fix it -> Addons -> Script JQL Function
There you can click on the link "Scan" in the text at the beginning of the page
"If you have just added or removed a class for a script function, you can scan for them, otherwise they will be automatically loaded at startup."  

After that reload and it works again. 

0 votes
Mikael Falkvidd March 26, 2015

Thanks Simon! 

There were no functions listed before the scan and the scan added 23 functions. The function is now accessible both in "Search for issues" and in the Automation plugin.

Simon Kegel //SEIBERT/MEDIA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 26, 2015

Glad to hear that I could help you :)

Suggest an answer

Log in or Sign up to answer