I am trying to define a ticket query where

groupowner = something AND status!=closed AND (owner = something OR
reporter = something)

I am trying this query (split to be more readable here):

[[TicketQuery(
groupowner~=Survey,
status!=closed,
owner=cgzsm|ibmsm|mspsse|prgdse|pmnsm,
or,
reporter=cgzsm|ibmsm|mspsse|prgdse|pmnsm,
order=tc_four,
desc=1,
format=table,
col=type|tc_one|tc_six|summary|owner,
group=reporter)]]

The groupowner= and status!=closed seems not to be considered. Only the
owner= and reporter=

I thought that each comma separated query was an AND. I added the ,or, to
get the OR part of the query. I am guessing that the grouping in my query
is the issue. I don't know how to get that with TicketQuery.

Any useful pointers are welcome!

-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/CANkOqwPEEcm4UEbHZch5CxT9yDEVG6eEKomd5VOpj2giyyVVpw%40mail.gmail.com.

Reply via email to