The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

"Issues in epic" filter the open stories only ?

Domas Šlepetys
July 19, 2021

As a user, in the "Issues in Epic" area, I would like to filter open stories only so when stories list becomes large, it is easier to see what is relevant. 

Is there any filter/control available like it is in subtasks case ? 

 

 

image.png

 image.png

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Benjamin
Community Champion
July 19, 2021

Hi @Domas Šlepetys ,

 

There isn't an option like sub-task. 

 

There is the option of filter in the issue navigator inputting a jql.

 

Epic = {epic name} and issuetype=story and status not in (closed)

 

Hope this helps.