php-redmine-api
php-redmine-api copied to clipboard
combine queries with or
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"?