php-redmine-api icon indicating copy to clipboard operation
php-redmine-api copied to clipboard

combine queries with or

Open pkoevesdi opened this issue 2 years ago • 2 comments

Is it possible to make a query $issues_reply = $client->getApi('issue')->list() with OR-combined parameters? Like "all tickets that are 'author' => 5 OR 'assigned_to' => 5"?

pkoevesdi avatar Dec 15 '23 12:12 pkoevesdi