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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.