I have several open status. Like:
Open
Evaluate
Reopen
OnHold
...
And then i have close status like
Closed
Denied
...
Now i want to search all open tickets that are assigned to a team xy.
I want to find all "open", "evaluate", "Reopen", "on hold" .... bit not the "closed" and "denied" tickets...
So i beed a checkbox or a multi selectable dropdown for status.
Can someone tell me where I can find the part of the sourcecode where i can imolement that?
I found the query for the list view but i dont know how i can implement there an aditional var and how i can get this post var into it.
And a dont understand where to find the query for the advanced search...