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?
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.