Forums

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

Dropping ScriptRunner but need a nested query in JQL

Jeff Richardson
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!
October 20, 2021

We currently have ScriptRunner but we are in the process of dropping it as it's only being used for 1 purpose. We currerntly have the following filter saved:

project = ovdx and (labels is empty or labels!=CSEN) and created >-30d and issueFunction in linkedIssuesOf("project = csenx and created >=-30d", "")

 

However, once we drop ScriptRunner we can no longer have the nested query:

issueFunction in linkedIssuesOf("project = csenx and created >=-30d", "")

Does anyone know of an alternative to linkedIssuesOf? 

1 answer

0 votes
Daniel Turczanski - JQL Search Extensions
Atlassian Partner
October 21, 2021

Hi,

With standard JQL, you can only get a list of issues with links and export them to Excel for further processing. This works if you want to do a one-off analysis.

Standard JQL doesn't easily allow it, but you can find the results quickly using our professional indexing service JQL Search Extensions

After you install the app, you can simply search:

issue in linkedIssuesOfQuery("project = csenx and created >=-30d")

Check out the documentation to see more examples.

I hope this helps!

Daniel

Suggest an answer

Log in or Sign up to answer