Hi,
I'm looking for JQL to filter epics which have a certain fixversion tagged to the stories or tasks inside the epics.
For Example,
How can I filter the epics based on the fixversion tagged to the stories init? I tried using many combinations but was unsuccessful.
Hi @Anoop Kumar , what do you mean by "filter out"?
Are you trying to find stories under a specific epic that has a specific fix version?
parent = ABCD-123 and fixVersions = 2305
or maybe you want to find all epics where one or more of the associated children are in a certain version?
FixVersions = 2305 and parent is not empty ... then add parent field to the columns to visualize the Epic
Exactly this is what I'm trying to do - "maybe you want to find all epics where one or more of the associated children are in a certain version"
The issue I'm facing is, I want to place this filter on a confluence page using the Jira Issue/Filter macro. I used the following query:
fixVersion = "SR240515" and "Parent Link" is NOT EMPTY and issuetype in standardIssueTypes()
This query returns 88 tickets. Now my objective is there are a few epics tagged to these 88 tickets. I want to show those epic names on a confluence page as part of a report. When I place the above-mentioned query in the macro and select Epic Link or Epic Name or Parent Link from the fields to display, it returns 88 rows of Epic names. But i need only one entry for one epic, so that I can report these are the epics which has stories tagged to the SR240515 fix version.
As you can see in the below screenshot epic names are repeated because that much no. of tickets are returned in the results.
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.