Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,818
Community Members
 
Community Events
184
Community Groups

Create a filter showing multiple epics and all stories linked to each epic

Hi Everyone

I'm trying to create a view of all epics in our project with the stories linked to them.  How do I do this in Jql?

Thanks

1 answer

2 votes
Flavien Gache
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 12, 2021

Hi Kashiefa.

you can do something like this : 

"Epic Link" in (KEY-1) AND issuetype = story AND project = ABC

Of course, if you want several epics, you have to add them in the parenthesis of Epic Link.

 

If you want to have an Epic for your project and its children here you go :

parentEpic = KEY-1

You will have to add all the epics for this.

One last can be this one :

project = PRJ and parentEpic in (KEY-1, KEY-2)...

 

It's a bit tricky to use these functions. To my knowledge it is not possible to automate it easily by passing a filter to parentEpic.

Bill Sheboy
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.
Feb 12, 2021

Hi @Kashiefa Solomon -- Welcome to the Atlassian Community!

To add onto what @Flavien Gache suggests, if you only need to run this query once, you could:

  • First get all the epic keys with a query
project = myProject AND issueType = epic
  • Export that list, and grab just the keys
  • Turn that into a CSV list using your favorite editor search-replace functions or export
KEY-1, KEY-2...
  • Then use the list to get the epics and children in one query, pasting in the above list
key IN (KEY-1, KEY-2...) OR parentEpic IN (KEY-1, KEY-2...)


Best regards,

Bill

Like Paolo Villacarlos likes this

Just came to say this solution worked for me. :whoo-hoo-homer:

Suggest an answer

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

Atlassian Community Events