Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Filter including Stories and their Subtask if part of an Epic with specific component

Karin Biedermann March 12, 2024

Hi guys

I am currently working on Quickfilter to display Stories and Subtask that belong to Epics that have specific components

I used: issueFunction in issuesInEpics("filter = \"Component xy\"")

This does only show the Stories that are connected to the Epic with component xy but the Sub-Tasks are not yet shown. 

How can I include them in the filter so that I see Stories and Subtasks that are connected to the Epics with component xy?

Thank you for your help

1 answer

1 accepted

0 votes
Answer accepted
Florian Bonniec
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 12, 2024

Hi @Karin Biedermann 

 

You could use the following JQL:

 

issueFunction in issuesInEpics("filter = \"Component xy\"") or issueFunction in subtasksOf("issueFunction in issuesInEpics(\"filter = \\\"Component xy\\\"\") ")

 

Reagrds

Karin Biedermann March 27, 2024

Hi @Florian Bonniec 

Thank you that worked perfectly!

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events