Migration of server and bugs with filter

SophieV March 25, 2015

Hello all,

I'm migrating from dev to test serveur, everything was ok except some filters using Scriptrunner and jqlTricks;

The initial request use the syntaxe:

issueFunction not in hasLinks()

but in my new server, i've got the bug

groovy.lang.MissingMethodException: No signature of method: com.jtricks.function.links.HasLinksFunction.getQuery() is applicable for argument types: (com.atlassian.jira.jql.query.QueryCreationContextImpl, com.atlassian.query.operand.FunctionOperand, com.atlassian.query.clause.TerminalClauseImpl) values: [com.atlassian.jira.jql.query.QueryCreationContextImpl@a286dd2a, ...]
Possible solutions: every()

When I change issueFunction to issue, the server doesn't bug anymore but I'm not sure of the final result.

I notice that the version of both plugins where not exactly the same, so I retrograded the versions of plugins ans reindexed Jira.

Do have any idea of the problem?

Tx to all

1 answer

0 votes
Paulo Hennig
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 16, 2015

Hello Sophie,

I think you already answered your question. The problem was due to the plugins versions.

 

Suggest an answer

Log in or Sign up to answer