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,559,497
Community Members
 
Community Events
184
Community Groups

How to filter Epics in Epics Panel

I'm working in the backlog on my scrum board to prep upcoming sprints.  I want to make sure that my stories are attached to the appropriate epic.  My problem (frustration!) is that I'm unable to sort/filter all the epics in the epics panel.  I would simply love for them to be listed in alphabetical order.  Is there a way to do this?  I'm not a coder so if there is a JQL query that exists or is easy to create, would you please share with me? Thank you!

 

2 answers

1 accepted

0 votes
Answer accepted
Aleksandr Zuevich
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.
Mar 12, 2019

Hi,

 

If you just need JQL it could be type = Epic ORDER BY summary.

Hi Aleksandr. Your code helped to sort my epics in the epics panel but there is nothing appearing in the backlog. Is it possible to have both - epics sorted alphabetically in the epics panel and all my issues appearing in the backlog as well?

Epic panel but no backlog2.png

Aleksandr Zuevich
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.
Mar 13, 2019 • edited

Hi @Terri L Cooke,

 

What was your original JQL?

 

By the way remove type = Epic clause, try to return your original JQL and just make ordering clause like ORDER BY Rank ASC, "Epic Name" ASC

Thanks so much for the help, Aleksandr!

Like lewoja likes this
Aleksandr Zuevich
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.
Mar 15, 2019

You're welcome!

So what's your final JQL?

Is there a way to sort Epics and non-Epics separately. Something like this

 

if project = MYKEY and type = Epic ORDER BY cf[10036]

else project = MYKEY order by rank

 

I can't seem to figure out a way to have a different condition.  My goal is for this:

  • WHEN in backlog view
  • EPICS PANEL should sort alphabetically
  • STORIES IN BACKLOG should sort by rank

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events