Jira query in Cloud version to get the stories from the epics with a specific fixversion

pittu_antony
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!
March 5, 2024

In other words 

( issuetype = story ) WHERE the Epic's 'Fixversion' = xyz

I am using a Cloud version of Jira 

Many thanks in advance

1 answer

1 accepted

0 votes
Answer accepted
Perisic Nikola
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.
March 6, 2024

Welcome to the community @pittu_antony !

This can be divided into two separate queries:

1. Finding epics within the specific fixversion

project = X AND issuetype = Epic AND fixVersion = 'Y'

2. Find stories linked to the epics from step 1

project = X AND issuetype = Story AND "Epic Link" in ("Epic Key 1", "Epic Key 2", ...)

pittu_antony
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!
March 6, 2024

That is a great idea. Thanks Perisic.

But I want this query to run for many projects across all the teams, which will result in a big number of Epics.
So that will make the step 2 a bit harder as there will be too much manual entries for Epics IDs. 

So any workaround to address the above mentioned challenge.
Many thanks in advance

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events