In other words
( issuetype = story ) WHERE the Epic's 'Fixversion' = xyz
I am using a Cloud version of Jira
Many thanks in advance
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", ...)
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
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.