Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to update "issueFunction not in linkedIssuesOf(.." when migrating to Cloud?

JCheng
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 4, 2022

I've been using this filter query "issueFunction not in linkedIssuesOf("resolution = unresolved", blocks) as part of my search for tickets that are currently not blocked and are ready for the next person in the queue. When trying to update using the ScriptRunner Enhanced Search, I get the following error:

found "not in linkedIssuesOf(", was expecting "issueFunction in linkedIssuesOf("

What's the best way to update this part of the query?

Thank you in advance for your help!

 

1 answer

0 votes
Heather Ronnebeck
Community Champion
April 4, 2022

Hi,

Enhanced Search doesn't support not in which is why you're having issues. What you can do as a workaround is create and saved the enhanced filter to be:

issueFunction in linkedIssuesOf("resolution = unresolved", blocks) 

 

Then in your advanced filter search enter in the JQL search bar:

filter != <name of filter>  

 

See if that works.  

Suggest an answer

Log in or Sign up to answer