Forums

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

Query for issues where linked issues are not released?

Deleted user February 6, 2018

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 :-(

3 answers

1 accepted

0 votes
Answer accepted
Thomas Schlegel
Community Champion
February 6, 2018

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())")

Deleted user February 9, 2018

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.

Like Sara Shullaw likes this
Marci Boecking
Contributor
April 5, 2018

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.

0 votes
Lime Trees
Contributor
February 6, 2018

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

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2018

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events