Forums

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

JQL to show all of user stories under of some Epics with specific label

Liu Maggie March 17, 2019

I have many Epics with Label "Client-Features", and there are some user stories under these Epics. I want to search all of these user stories, how to write the filter JQL to search them?

1 answer

0 votes
Payne
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 18, 2019

You can type 

"Epic Link" = "Client-Features"

in the advanced JQL box; if you press the Enter key, Jira will convert the name of the epic to the issue key (e.g. KEY-12345), but it will work as expected.

EDIT: I re-read your question, and I don't think this will work for you. I missed your point of having several epics with a shared label.

Suggest an answer

Log in or Sign up to answer