how to find epic and story related with different fix version

yigal malka November 20, 2017

Hi ,

 

how can i create JQL of the case:

Epic with fix version='X' and the related story (related to the epic) is fix version='Y' ?

 

Thanks

 

3 comments

Gregor Kasmann_Actonic
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.
November 20, 2017

You need something that called "nested filters" and it is the feature request from 2010... https://jira.atlassian.com/browse/JRASERVER-21936

Johnson Wang November 22, 2017

Hi @yigal malka,

Like Gregor said, unfortunately you can't do this kind of nested filtering with generic JIRA functionality.

I'd recommend using an add-on like Power Scripts which can easily run this kind of custom JQL.

We actually have a video tutorial showing exactly how to construct this JQL using a SIL script. We've even included a sample script that you can copy and paste to test.

Hope this helps!

Johnson

Deepali Bagul November 14, 2018

By any chance if you're using JQL tricks plugin, than you can use below JQL to find issues in epic that doesn't match the epic fix version and also you can narrow it down to issue types.

issue in issuesWhereEpicIn("fixversion= 2019")  AND fixVersion != 2019 AND issuetype = story

Hope this helps,

Deepali

Like Wilson Tian likes this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events