Forums

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

Show all stories for epics with Labels

Guy
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 20, 2022

I would like to query and see all the stories that are linked to Epics.

I've used a special label to mark the desired epics 

The end result is a list of stories that their parent are Epics with label

2 answers

1 vote
Piotr Zadrożny _Eyzee_
Community Champion
June 20, 2022

Hi @Guy 

I believe that there is no build-in JQL query that will find all issues which epics have specific label.

You may need 3rd party addon e.g. ScriptRunner and then you can create a query like this one:

issueFunction in issuesInEpics("labels = UAT")

Piotr

0 votes
John Funk
Community Champion
June 20, 2022

Hi Guy,

Try this:

issuetype != Epic and labels = SOMETHING and "Epic Link" is not empty ORDER by "Epic Link"

Replace SOMETHING with the exact value of your label. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events