How do I query all the stories which relates to a list of epics ?

Zeevik Neuman February 16, 2016

Hi.

 

We have a few epics. Each epic has a bunch of labels assigned. Each epic has a few stories/tickets.

I want to query all the stories from all epics with a certain label.

In JQL free text, the query would look like:
type = story and  "Epic Name" in (type = epic and labels = R16-2) 

 

Thanks in advanced,

Zeevik

1 answer

0 votes
GabrielleJ
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.
February 16, 2016

Just use "Epic Link" = TEST-123 and labels = "test"

Suggest an answer

Log in or Sign up to answer