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
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We asked real teams how they’re coping with an industry in flux. Join this webinar to hear the research –plus tips for leveling up your team’s work.
Register now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.