Forums

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

Look for epics, which contains stories which are under a specific relase

Attila Szőke
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!
April 27, 2022

Is it possible to create with default JQL a filter, which can list out every epics whose stories are under a specific release?

Let's say an epic's stories can be under different releases (Fix versions), and I'd like to see those epics, which is assigned for a release (but the epics doesn't have versions, only the stories and tasks under it)

1 answer

1 accepted

1 vote
Answer accepted
Ste Wright
Community Champion
May 7, 2022

Hi @Attila Szőke 

Not natively - you'll need an App which expands the JQL function options - such as Scriptrunner

Then you could use sub-querying - for example...

issueFunction in epicsOf("issuetype = Story and fixVersion = 'Version 1'")

^ The text in the brackets is the sub-query - it's looking for Stories with certain parameters.

Ste

Attila Szőke
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!
May 15, 2022

Hi @Ste Wright

Thanks for the help, Scriptrunner is available and this works :)

Attila

Like Ste Wright likes this

Suggest an answer

Log in or Sign up to answer