Forums

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

Syntax error

Rhys Hill May 31, 2020

I'm using the syntax

status = "Waiting for support" OR status = Escalated AND assignee is EMPTY ORDER BY "Time to done" ASC

It was working but recently it is not filtering out tasks assigned to me? it is, however, filtering out takes assigned to my colleges. 

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 Leaders.
June 1, 2020

I would guess that it has been edited, removing the grouping that I think you need.

The statement will currently select for issues that are waiting for support or are escalated (which is where your assigned tasks come from), and then add anything with an empty assignee to the list.  I suspect what you really want is

(status = "Waiting for support" OR status = Escalated) AND assignee is EMPTY

Rhys Hill June 1, 2020

that seems to have worked thanks. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events