So what I want is something like.
Return all issues where the linked issue is not part of a released version.
Somehow I am guessing that I need a plugin like script runner to do this :-(
Hi Timothy,
you are guessing right. This is not possible with plain Jira, because Jira does not know something like a subquery.
With scriptrunner you could query like that:
... and issueFunction in linkedIssuesOf("fixversion in (unreleasedversions())")
sigh...
Crazy that we need to purchase a plugin for this based on our user count.
I guess we will get around it some other way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you ever get this working, Timothy? I need to query something very similar (display issues that are linked to another project's ticket for which the assigned version of THAT ticket HAS been released). Otherwise we have to look at these tickets individually....very tedious.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
you can have a look at Ultimate Guide for our add-on Link Finder. You will find there how to use various functions, one of them which may help you to resolve your problem is linkFinder eg.
issue in linkFinder("fixVersion = unreleasedVersions()")
Regards,
Lime Trees Support Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at
unreleasedVersions(project) JQL function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.