Skip to content

Commit 0cd0fb8

Browse files
brandonferensm1guelpf
authored andcommitted
Added assignee_id to defined options
1 parent aad2281 commit 0cd0fb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Gitlab/Api/Issues.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public function all($project_id = null, array $parameters = [])
4444
->setAllowedValues('sort', ['asc', 'desc'])
4545
;
4646
$resolver->setDefined('search');
47+
$resolver->setDefined('assignee_id')
48+
->setAllowedTypes('assignee_id', 'integer')
49+
;
4750

4851
$path = $project_id === null ? 'issues' : $this->getProjectPath($project_id, 'issues');
4952

0 commit comments

Comments
 (0)