The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL filter

Jennifer Yanez
February 14, 2022

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?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jack Brickey
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 Champions.
February 14, 2022

can you share a screenshot?

Jennifer Yanez
February 14, 2022

Filter no AND option.jpg

 

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.

Jack Brickey
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 Champions.
February 14, 2022

ASC = ascending, DESC = Descending. You do not add any "and" operator after the "Order" operator.

try...

project = tech AND ... order by rank asc

Jennifer Yanez
February 14, 2022

Thank you!  I just started add to the end of the default JQL.  Lesson learned.  That worked :)

Like Jack Brickey likes this