I need to get result for this query with WAS operator project in (ARF, GMDRP) AND created >= 2019-02-01 AND created <= 2019-02-28 AND assignee was in (kandra08, dalmem99, saos7001) ON "2019-02-28" but it doesn't work and it returns 0 records.
Instead If i use project in (ARF, GMDRP) AND created >= 2019-02-01 AND created <= 2019-02-28 AND assignee was in (kandra08) ON "2019-02-28" It runs properly.
Any one can assist?
can you use assignee in (kandra08, dalmem99, saos7001)
I think "was in" is used for stuff from the past
Hi Alex, assignee in field is not fetching out.
I tried getting the below query without ON operation, its loading properly and showed 50+ report results. But when i added its shows No issues or report found.
project in (ARF, GMDRP, AWDB, DATADOWN, MEFB) AND created >= 2019-02-01 AND created <= 2019-02-28 AND assignee was in (bottlu99, dalmem99, saos7001, keal6001, gaju6003, komi8006, cheoch99, roslro99, hasasi01, limye99)
project in (ARF, GMDRP, AWDB, DATADOWN, MEFB) AND created >= 2019-02-01 AND created <= 2019-02-28 AND assignee was in (bottlu99, dalmem99, saos7001, keal6001, gaju6003, komi8006, cheoch99, roslro99, hasasi01, limye99) ON "2019-02-28"
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.