You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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!
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome!
So what's your final JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.