Getting stories related to all any epic with specific label

Steve Mikula
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2019

I would like to get a list of stories that are associated with all epics that have specific labels.  

I am thinking it would be some sort of sub select.  So grab all the epics with the label and then look for any story associated with those epics.  Is there a way to do that in JQL.  I saw a post on a filter keyword but I could not find any documentation on it.

1 answer

2 votes
Jack Nolddor [Sweet Bananas]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
June 15, 2019

Hi Steve and Welcome,

This information can't be retrieved with a native JQL, however you can try ScriptRunner for Jira and type the following filter to retrieve the data:



type = Story AND issueFunction in issuesInEpics("labels = myLabel")

 

 

You can try also issueWhereEpicIn() JQL function introduces by JQL Tricks Plugin


Kind Regards.

Suggest an answer

Log in or Sign up to answer