How to filter epics by tasks, issues id?

Mohasin Sayyad May 24, 2022

Need to filter Epics by tasks/issues in current sprint

3 answers

0 votes
Mohasin Sayyad May 24, 2022

I want to select epics based on the tasks/stories in the current sprint

0 votes
Bandarupalli Sai May 24, 2022

 You can use this filter 

issue in childIssuesOf("EPIC-123") AND Sprint in openSprints()

Bandarupalli Sai May 24, 2022

Let me know if this helps for you!

0 votes
Bandarupalli Sai May 24, 2022

Do you want to filter all the stories or tasks that are linked to a specific epic?

Mohasin Sayyad May 26, 2022

No, 
For Example, I have multiple stories/tasks/bugs in a sprint and all these are from different epics.
After sprint closure I need to know which epics are done in the sprint.
Currently I am doing it manually, I go through each story/task, Then I select it's Epic and check the status.
I wanted to know Is there a filter which let us list the Epic from the story/task in the current sprint?

Bandarupalli Sai June 2, 2022

@Mohasin Sayyad You can use the below filter to find all the epics that are linked to story or task which are in the current active sprint

project = ABC AND issueFunction in linkedIssuesOf("Sprint in openSprints()", "has Epic")

You to fetch the epics after the sprint is closed then you have to replace open sprint with the sprint ID in the above filter.


Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events