Show all stories for epics with Labels

Guy 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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
Site Admin
TAGS
AUG Leaders

Atlassian Community Events