filter question: How do I add an ORDER by Epic Name? I try to put an order by Epic Name -- the output looks like it does not recognize my ORDER? See below.
What am I missing?
project = PMMSS and type = task and assignee = "Sandy" and status in ("In Progress", "To Do") ORDER BY "EPIC NAME"
Hi @Sandra Lawrence ,
there is no image attached, so it is hard to tell, where the problem is, but in general JQL
ORDER BY "Epic Name" ASC
should work...
Where exactly in the confluence are you trying to use it? Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.