we just upgraded jira to 9.4 .3 and script runner to 7.8.0. Since we upgraded we no longer
issuefunction(Parents of )and( Subtasks of ) is missing from the dropdown issuefunction list
Did these issue functions get removed...?
IssuFunction are not function but a key workd use to call Scriptrunner function.
https://docs.adaptavist.com/sr4js/latest/features/jql-functions/included-jql-functions
Regards
I Understand what you are saying but what I am saying is I cannot select the scriptrunner function of Subtasks of or Parents of
In a query you can do Project = some project and when you use issuefunction a list is displayed of the functions available, Subtasks of and Parents of were 2 of the functions available on the list before we upgraded Jira and script runner and now those 2 functions are not available to select from the list that displays when you use issue function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The user created a query using the JQL function
issueFunction in subtasksOf("project = JRA")
before we upgraded Jira/and script runner. That JQL function is no longer available, actually none of the subtasks JQL functions are available since we upgraded
this is the error in the log. groovy.lang.MissingMethodException:No signature of method: com.keplerrominfo.jira.plugins.jjupin.jql.jirahavtive.ParentsofJQLFunction.getQuery()is applicable for argument types" com.atlassain.query.operand.FunctionOperand...) values[QueryCreationContextImpl{user=username(JIRAUSERxxxx), securityOverriden=false, determinedProjects=[M2C2 DR]},...]
Possible solutions: every ()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No it didnt answer my question but I found the answer somewhere else,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.