I'm trying to put a filter on a backlog, so that I only see backlog items for a specific project; however, when I try to edit the filter it's not accepting AND and it's not auto-filling as it normally does when creating a filter. Any suggestions on how to fix this?
can you share a screenshot?
This is what happens when I try to enter AND. ASC is the only option. If I manually continue my query, it does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ASC = ascending, DESC = Descending. You do not add any "and" operator after the "Order" operator.
try...
project = tech AND ... order by rank asc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! I just started add to the end of the default JQL. Lesson learned. That worked :)
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.